Skip to content

Commit

Permalink
Clarify the section on the RekeyTo field applies to all transaction t…
Browse files Browse the repository at this point in the history
…ypes
  • Loading branch information
algoradam committed Apr 30, 2020
1 parent fa1303b commit 044b64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ state for intermediate state $\rho+1$:
For asset transaction types (asset configuration, asset transfer, and asset freeze),
account state is updated based on the reference logic described in [Asset Transaction Semantics].

Additionally, if the RekeyTo address of the transaction is nonzero and does not match the transaction sender address, then the transaction sender account's spending key is set to the RekeyTo address. If the RekeyTo address of the transaction does match the transaction sender address, then the transaction sender account's spending key is set to zero.
Additionally, for all types of transactions, if the RekeyTo address of the transaction is nonzero and does not match the transaction sender address, then the transaction sender account's spending key is set to the RekeyTo address. If the RekeyTo address of the transaction does match the transaction sender address, then the transaction sender account's spending key is set to zero.

TODO define the sequence of intermediate states

Expand Down

0 comments on commit 044b64d

Please sign in to comment.