We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99aeef commit 5be7c59Copy full SHA for 5be7c59
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