Skip to content

Commit 211294b

Browse files
authored
Merge pull request #1041 from marc0olo/bitcoin-example-comments
docs: mainnet is supported
2 parents e99aeef + 5be7c59 commit 211294b

File tree

1 file changed

+1
-2
lines changed
  • rust/basic_bitcoin/src/basic_bitcoin/src

1 file changed

+1
-2
lines changed

rust/basic_bitcoin/src/basic_bitcoin/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ thread_local! {
1414
// The bitcoin network to connect to.
1515
//
1616
// When developing locally this should be `Regtest`.
17-
// When deploying to the IC this should be `Testnet`.
18-
// `Mainnet` is currently unsupported.
17+
// When deploying to the IC this should be `Testnet` or `Mainnet`.
1918
static NETWORK: Cell<BitcoinNetwork> = Cell::new(BitcoinNetwork::Testnet);
2019

2120
// The derivation path to use for the threshold key.

0 commit comments

Comments
 (0)