Skip to content

Commit

Permalink
Add nonce to the signature payload (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh authored Feb 14, 2023
1 parent dc23adf commit df18148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Stellar-transaction.x
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ case ENVELOPE_TYPE_CONTRACT_AUTH:
struct
{
Hash networkID;
uint64 nonce;
AuthorizedInvocation invocation;
} contractAuth;
};
Expand Down

0 comments on commit df18148

Please sign in to comment.