Skip to content

Commit

Permalink
Change default explorer from blockstream.info to mempool.space (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiz authored Apr 19, 2021
1 parent 99782ba commit 7d31a58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class AppChannelsConfigurationController(
),
txUrl = if (state is ChannelStateWithCommitments) {
val txId = state.commitments.commitInput.outPoint.txid
val base = "https://blockstream.info"
val base = "https://mempool.space"
when (chain) {
Chain.Mainnet -> "$base/tx/$txId"
Chain.Testnet -> "$base/testnet/tx/$txId"
Expand Down

0 comments on commit 7d31a58

Please sign in to comment.