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

Reviewed-on: #77
This commit is contained in:
pitmutt 2024-05-01 21:15:50 +00:00 committed by Vergara Technologies LLC
commit 8dbcf58a93
Signed by: Vergara Technologies LLC
GPG Key ID: 99DB473BB4715618
1 changed files with 1 additions and 1 deletions

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