From e3845900d87e25ab3eed76fa7ae6fe915780ded8 Mon Sep 17 00:00:00 2001 From: parketh Date: Thu, 19 Dec 2024 14:53:45 +0800 Subject: [PATCH] fix: Bytes alias --- packages/bindings/src/msg.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bindings/src/msg.rs b/packages/bindings/src/msg.rs index 6b89d1f..3b3c8d3 100644 --- a/packages/bindings/src/msg.rs +++ b/packages/bindings/src/msg.rs @@ -37,7 +37,7 @@ pub enum BabylonMsg { /// `canonical_app_hash` is the AppHash of the canonical block canonical_app_hash: Vec, /// `fork_app_hash` is the AppHash of the fork block - fork_app_hash: Bytes, + fork_app_hash: Vec, /// `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)`.