Skip to content

Commit

Permalink
Add (ByteArrayAccess Passphrase) instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Feb 26, 2020
1 parent ede977b commit c80dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/src/Cardano/Wallet/Primitive/AddressDerivation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ toChimericAccount =
-- readability in function signatures.
newtype Passphrase (purpose :: Symbol) = Passphrase ScrubbedBytes
deriving stock (Eq, Show)
deriving newtype (Semigroup, Monoid, NFData)
deriving newtype (Semigroup, Monoid, NFData, ByteArrayAccess)

type role Passphrase phantom

Expand Down

0 comments on commit c80dd30

Please sign in to comment.