Skip to content

Commit

Permalink
Specify ledger top-up --amount in example for setting up cycles. Othe…
Browse files Browse the repository at this point in the history
…rwise the command tops up with 0 ICP.
  • Loading branch information
ericswanson-dfinity committed Aug 9, 2021
1 parent 26b2234 commit 9d06cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getting_started/get_cycles.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can also view your wallet canister web UI by putting your canister id in the
If you ever run low on cycles you can always top up your cycles balance with `dfx`:

```
% dfx ledger --network ic top-up ad6mp-3aaaa-aaaah-qacya-cai
% dfx ledger --network ic top-up --amount 0.5 ad6mp-3aaaa-aaaah-qacya-cai
Transfer sent at BlockHeight: 239474
Canister was topped up!
% dfx wallet --network ic balance
Expand Down

0 comments on commit 9d06cd2

Please sign in to comment.