-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds a `SignatureBytes` type alias for `Vec<u8>`, and changes `Tx::signatures` to `Vec<SignatureBytes>`. Previously signatures were being eagerly parsed as `secp256k1::Signature`, but this prevents parsing other kinds of signatures, such as Amino. Closes #151
- Loading branch information
1 parent
92feb24
commit 73a9ac1
Showing
1 changed file
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters