Skip to content

Commit 54fb328

Browse files
committed
chore: Update comment for provisional management canister methods
1 parent 2fbdf5d commit 54fb328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rs/types/ic00_types/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ pub enum Method {
6868
BitcoinSendTransactionInternal, // API for sending transactions to the network.
6969
BitcoinGetSuccessors, // API for fetching blocks from the network.
7070

71-
// These methods are added for the Mercury I release.
72-
// They should be removed afterwards.
71+
// These methods are only available on test IC instances where there is a
72+
// need to fabricate cycles without burning ICP first.
7373
ProvisionalCreateCanisterWithCycles,
7474
ProvisionalTopUpCanister,
7575
}

0 commit comments

Comments
 (0)