Skip to content

Commit

Permalink
Add explicit comment on transaction types that do not update the sign…
Browse files Browse the repository at this point in the history
…er nonce

Signed-off-by: Stoyan Panayotov <[email protected]>
  • Loading branch information
stoqnkpL committed Jan 2, 2024
1 parent 49398ca commit b16b777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HIP/hip-844.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ message ContractFunctionResult {
/**
* If not null this field specifies what the value of the signer account nonce is post transaction execution.
* For transactions that don't update the signer nonce, this field should be null.
* For transactions that don't update the signer nonce (like HAPI ContractCall and ContractCreate transactions) this field should be null.
*/
Int64Value signer_nonce = 15;
}
Expand Down

0 comments on commit b16b777

Please sign in to comment.