Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Sep 24, 2024
1 parent c9dd531 commit fe5731e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/chains/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ var (

// BitcoinSignetTestnet is Bitcoin Signet testnet
BitcoinSignetTestnet = Chain{
ChainName: ChainName_btc_signet_testnet,
ChainId: 18333,
Network: Network_btc,
NetworkType: NetworkType_testnet,
Expand All @@ -184,7 +183,6 @@ var (

// BitcoinTestnet4 is Bitcoin testnet4
BitcoinTestnet4 = Chain{
ChainName: ChainName_btc_testnet4,
ChainId: 18334,
Network: Network_btc,
NetworkType: NetworkType_testnet,
Expand Down

0 comments on commit fe5731e

Please sign in to comment.