Skip to content

Commit a9fd914

Browse files
committed
Merge branch 'dimitris/update-comment' into 'master'
chore: Update comment for provisional management canister methods See merge request dfinity-lab/public/ic!12585
2 parents a044776 + 54fb328 commit a9fd914

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)