Compare commits

..

No commits in common. "c93809489b99af2ce33b4b8d6bf671ff15dec2a3" and "d0ba74c7a1513743f91c6abd5a142000503ed32a" have entirely different histories.

View file

@ -55,7 +55,7 @@ instance ToBytes Seed where
-- | A mnemonic phrase used to derive seeds
newtype Phrase =
Phrase BS.ByteString
deriving stock (Eq, Prelude.Show, GHC.Generic, Read)
deriving stock (Eq, Prelude.Show, GHC.Generic)
deriving anyclass (SOP.Generic, SOP.HasDatatypeInfo)
deriving anyclass (Data.Structured.Show)
deriving (BorshSize, ToBorsh, FromBorsh) via AsStruct Phrase