Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Add tefBAD_SIGNATURE to the transaction results. (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil authored Sep 8, 2023
1 parent ff021a3 commit 7f73b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ var resultNames = map[TransactionResult]struct {
tefWRONG_PRIOR: {"tefWRONG_PRIOR", "This previous transaction does not match."},
tefMASTER_DISABLED: {"tefMASTER_DISABLED", "Master key is disabled."},
tefMAX_LEDGER: {"tefMAX_LEDGER", "Ledger sequence too high."},
tefBAD_SIGNATURE: {"tefBAD_SIGNATURE", "The transaction was multi-signed, but contained a signature for an address not part of a SignerList associated with the sending account."},
tefBAD_AUTH_MASTER: {"tefBAD_AUTH_MASTER", "Auth for unclaimed account needs correct master key."},
tefINVARIANT_FAILED: {"tefINVARIANT_FAILED", "Fee claim violated invariants for the transaction."},
tefTOO_BIG: {"tefTOO_BIG", "Transaction affects too many items."},
Expand Down

0 comments on commit 7f73b1f

Please sign in to comment.