Skip to content

Commit

Permalink
tezos_data_encoding: impl NomReader for Ed25519Sig
Browse files Browse the repository at this point in the history
  • Loading branch information
emturner committed Dec 14, 2023
1 parent d15ccf0 commit 59f6cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tezos-encoding/src/nom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ hash_nom_reader!(PublicKeyBls);
hash_nom_reader!(SecretKeyEd25519);
hash_nom_reader!(SecretKeyBls);
hash_nom_reader!(Signature);
hash_nom_reader!(Ed25519Signature);
hash_nom_reader!(BlsSignature);
hash_nom_reader!(NonceHash);
hash_nom_reader!(SmartRollupHash);
Expand Down

0 comments on commit 59f6cdf

Please sign in to comment.