Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: In processSig, clarify the signature verification failed error…
… message (#1383) There are three ways that a signature verification can fail: bad account number, bad sequence number and wrong chain ID. The current error message says "verify correct account sequence and chain-id". This is confusing. For example, it may seem that "account sequence" is one thing. This PR clarifies the error message by adding commas: "verify correct account, sequence, and chain-id". Signed-off-by: Jeff Thompson <[email protected]>
- Loading branch information