Compare commits
No commits in common. "d754498ec39c8b215aacf3a99f49c291989f3341" and "0e52adbea4c5e05759ee6a9d23b13ebd25a8d77d" have entirely different histories.
d754498ec3
...
0e52adbea4
1 changed files with 0 additions and 1 deletions
|
@ -616,7 +616,6 @@ data DecodedNote = DecodedNote
|
|||
{ a_value :: !Int64 -- ^ The amount of the transaction in _zatoshis_.
|
||||
, a_recipient :: !BS.ByteString -- ^ The recipient Orchard receiver.
|
||||
, a_memo :: !BS.ByteString -- ^ The decoded shielded memo field.
|
||||
, a_nullifier :: !HexString -- ^ The calculated nullifier
|
||||
} deriving stock (Eq, Prelude.Show, GHC.Generic)
|
||||
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)
|
||||
deriving anyclass (Data.Structured.Show)
|
||||
|
|
Loading…
Reference in a new issue