feat: update position size

This commit is contained in:
Rene Vergara 2024-11-04 18:38:55 -06:00
parent 1ec6d2df5b
commit 9008010db7
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -723,7 +723,7 @@ instance FromJSON OrchardAction where
pure $ OrchardAction n r c ephKey encText outText cval a
data MerklePath = MerklePath
{ mp_position :: !Int64
{ mp_position :: !Int32
, mp_path :: ![HexString]
} deriving stock (Eq, Prelude.Show, GHC.Generic)
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)