We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbdf5d commit 54fb328Copy full SHA for 54fb328
rs/types/ic00_types/src/lib.rs
@@ -68,8 +68,8 @@ pub enum Method {
68
BitcoinSendTransactionInternal, // API for sending transactions to the network.
69
BitcoinGetSuccessors, // API for fetching blocks from the network.
70
71
- // These methods are added for the Mercury I release.
72
- // They should be removed afterwards.
+ // These methods are only available on test IC instances where there is a
+ // need to fabricate cycles without burning ICP first.
73
ProvisionalCreateCanisterWithCycles,
74
ProvisionalTopUpCanister,
75
}
0 commit comments