Skip to content

Commit

Permalink
fix: Bytes alias
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Dec 19, 2024
1 parent 39dd384 commit e384590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bindings/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum BabylonMsg {
/// `canonical_app_hash` is the AppHash of the canonical block
canonical_app_hash: Vec<u8>,
/// `fork_app_hash` is the AppHash of the fork block
fork_app_hash: Bytes,
fork_app_hash: Vec<u8>,
/// `canonical_finality_sig` is the finality signature to the canonical block,
/// where finality signature is an EOTS signature, i.e.,
/// the `s` in a Schnorr signature `(r, s)`.
Expand Down

0 comments on commit e384590

Please sign in to comment.