Skip to content

Commit

Permalink
Fix misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
David Mazieres committed Jul 11, 2018
1 parent fe062bd commit ff484ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdr/Stellar-types.x
Expand Up @@ -44,7 +44,7 @@ union SignerKey switch (SignerKeyType type)
case SIGNER_KEY_TYPE_ED25519:
uint256 ed25519;
case SIGNER_KEY_TYPE_PRE_AUTH_TX:
/* Hash of Transaction structure */
/* SHA-256 Hash of TransactionSignaturePayload structure */
uint256 preAuthTx;
case SIGNER_KEY_TYPE_HASH_X:
/* Hash of random 256 bit preimage X */
Expand Down

0 comments on commit ff484ad

Please sign in to comment.