diff --git a/xtc/README.md b/xtc/README.md index 1e4b9b0..1ba1bdc 100644 --- a/xtc/README.md +++ b/xtc/README.md @@ -49,7 +49,7 @@ $ dfx canister --network=ic --wallet=$(dfx identity --network=ic get-wallet) cal NOTE: You can deposit cycles to another XTC balance from your identity with the same `mint` method that we used to deposit cycles to our own XTC balance. For that situation, you should change the argument to a principal ID: ```bash -$ dfx canister --network=ic --wallet=$(dfx identity --network=ic get-wallet) call --with-cycles AMOUNT aanaa-xaaaa-aaaah-aaeiq-cai mint "(principal \"Some-Principal-ID\",0:nat")" +$ dfx canister --network=ic --wallet=$(dfx identity --network=ic get-wallet) call --with-cycles AMOUNT aanaa-xaaaa-aaaah-aaeiq-cai mint "(principal \"Some-Principal-ID\",0:nat)" ``` Note: This command should not require the `--wallet` flag, but we need the `--wallet` to make `--with-cycles` work. This is a known DFX bug. @@ -292,4 +292,4 @@ given offset and moves back in the history and returns up to `limit` number of t A cursor is returned from the `events` method which contains the page you have requested for and also the next offset along with the next canister id you have to make the request to. When there is no more data to read `null` is returned -for `next_canister_id`. \ No newline at end of file +for `next_canister_id`.