Compare commits

...

2 Commits

Author SHA1 Message Date
pitmutt 8dbcf58a93
Merge pull request 'Fix typo in constructor' (#77) from rav001 into dev040
Reviewed-on: #77
2024-05-01 21:15:50 +00:00
Rene Vergara bea4d2f071
Fix typo in constructor 2024-05-01 16:14:41 -05:00
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