Merge pull request 'Fix typo in constructor' (#77) from rav001 into dev040

Reviewed-on: https://git.vergara.tech/Vergara_Tech/zcash-haskell/pulls/77
This commit is contained in:
pitmutt 2024-05-01 21:15:50 +00:00 committed by Vergara Technologies LLC
commit 8dbcf58a93
No known key found for this signature in database
GPG key ID: 99DB473BB4715618

View file

@ -680,7 +680,7 @@ data OrchardTxSpend = OrchardTxSpend
deriving anyclass (Data.Structured.Show)
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct OrchardTxSpend
data OutgoingNote = OutGoingNote
data OutgoingNote = OutgoingNote
{ on_kind :: !Word8
, on_key :: !BS.ByteString
, on_recipient :: !BS.ByteString