Compare commits
No commits in common. "bea4d2f07143f3a01562c595bb0eff3ad6fd8511" and "bc074d0386a1560cd923f6399a362739a2c9ca49" have entirely different histories.
bea4d2f071
...
bc074d0386
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue