From 9008010db7dc36a88602ff936ddfa38ea684b40d Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 4 Nov 2024 18:38:55 -0600 Subject: [PATCH] feat: update position size --- src/ZcashHaskell/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZcashHaskell/Types.hs b/src/ZcashHaskell/Types.hs index f87444d..8b8a90b 100644 --- a/src/ZcashHaskell/Types.hs +++ b/src/ZcashHaskell/Types.hs @@ -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)