We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e99aeef + 5be7c59 commit 211294bCopy full SHA for 211294b
rust/basic_bitcoin/src/basic_bitcoin/src/lib.rs
@@ -14,8 +14,7 @@ thread_local! {
14
// The bitcoin network to connect to.
15
//
16
// When developing locally this should be `Regtest`.
17
- // When deploying to the IC this should be `Testnet`.
18
- // `Mainnet` is currently unsupported.
+ // When deploying to the IC this should be `Testnet` or `Mainnet`.
19
static NETWORK: Cell<BitcoinNetwork> = Cell::new(BitcoinNetwork::Testnet);
20
21
// The derivation path to use for the threshold key.
0 commit comments