Fix bug in Orchard witness calculation #80

Merged
pitmutt merged 109 commits from rav001 into dev040 2024-05-07 20:21:20 +00:00
Showing only changes of commit 9008010db7 - Show all commits

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)