Skip to content

Commit 827e7fe

Browse files
committed
fix: docs
1 parent 25fba0d commit 827e7fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ic-canister-client/src/pocket_ic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pub struct PocketIcClient {
1313
client: Option<Arc<PocketIc>>,
1414
pub canister: Principal,
1515
pub caller: Principal,
16+
/// Tells whether pocket ic instance is in live mode.
17+
/// Live mode is required to use a different update call method.
1618
live: bool,
1719
}
1820

0 commit comments

Comments
 (0)