DeletableAccounts enabled

This commit is contained in:
mDuo13
2020-05-08 01:07:50 -07:00
parent 94c8767bc7
commit 7e8c8a30a4
9 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@ When the transaction from the previous step is validated by consensus, your acco
Take note of the sequence number of the account, in the `Sequence` field of the result's `account_data`. You need to know the sequence number to sign transactions from the account in future steps.
If the [DeletableAccounts amendment](known-amendments.html#deletableaccounts) :not_enabled: is enabled, the `Sequence` number of a newly-funded account matches the [ledger index][] when it was funded. Otherwise, a newly funded account's `Sequence` number is always 1.
The `Sequence` number of a newly-funded account matches the [ledger index][] when it was funded. Before the [DeletableAccounts amendment](known-amendments.html#deletableaccounts), a newly funded account's `Sequence` number was always 1.
<!-- MULTICODE_BLOCK_START -->