Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4d7b94d

Browse files
Merge pull request #693 from MutinyWallet/use-mutiny-mempool
Use mutiny mempool space by default
2 parents d929e92 + 4b5fa77 commit 4d7b94d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mutiny-core/src/onchain.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -538,10 +538,8 @@ pub(crate) fn get_esplora_url(network: Network, user_provided_url: Option<String
538538
url
539539
} else {
540540
match network {
541-
Network::Bitcoin => "https://mempool.space/api https://blockstream.info/api",
542-
Network::Testnet => {
543-
"https://mempool.space/testnet/api https://blockstream.info/testnet/api"
544-
}
541+
Network::Bitcoin => "https://mutiny.mempool.space/api",
542+
Network::Testnet => "https://mempool.space/testnet/api",
545543
Network::Signet => "https://mutinynet.com/api",
546544
Network::Regtest => "http://localhost:3003",
547545
}

0 commit comments

Comments
 (0)