Skip to content

Commit

Permalink
Update learn-guides-transfers.md (#5601)
Browse files Browse the repository at this point in the history
Changed transfer to transfer allow-death
  • Loading branch information
michalisFr authored Feb 13, 2024
1 parent 01db380 commit 79e2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learn/learn-guides-transfers.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ transfer funds from one account to another:
of
{{ polkadot: <RPC network="polkadot" path="consts.balances.existentialDeposit" defaultValue={10000000000} filter="humanReadable"/>. :polkadot }}
{{ kusama: <RPC network="kusama" path="consts.balances.existentialDeposit" defaultValue={33333333} filter="humanReadable"/>. :kusama }}
- `transfer` will allow you to send {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }}
- `transfer allow-death` will allow you to send {{ polkadot: DOT :polkadot }}{{ kusama: KSM :kusama }}
regardless of the consequence. If the balance drops below the existential deposit your account
will be reaped. It may be that you do not want to keep the account alive (for example, because you
are moving all of your funds to a different address). To switch the keep-alive check off visit
Expand Down

0 comments on commit 79e2b6e

Please sign in to comment.