Skip to content

Commit

Permalink
Merge pull request #1041 from marc0olo/bitcoin-example-comments
Browse files Browse the repository at this point in the history
docs: mainnet is supported
  • Loading branch information
marc0olo authored Nov 11, 2024
2 parents e99aeef + 5be7c59 commit 211294b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust/basic_bitcoin/src/basic_bitcoin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ thread_local! {
// The bitcoin network to connect to.
//
// When developing locally this should be `Regtest`.
// When deploying to the IC this should be `Testnet`.
// `Mainnet` is currently unsupported.
// When deploying to the IC this should be `Testnet` or `Mainnet`.
static NETWORK: Cell<BitcoinNetwork> = Cell::new(BitcoinNetwork::Testnet);

// The derivation path to use for the threshold key.
Expand Down

0 comments on commit 211294b

Please sign in to comment.