Skip to content

Commit

Permalink
sizeSigDSIGN, sizeVerKeyDSIGN now need to be imported
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking authored and rvl committed Nov 20, 2020
1 parent d4f601e commit 02e6884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shelley/src/Cardano/Wallet/Shelley/Transaction.hs
Expand Up @@ -44,7 +44,7 @@ import Cardano.Api.Typed
import Cardano.Binary
( serialize' )
import Cardano.Crypto.DSIGN
( DSIGNAlgorithm (..), SignedDSIGN (..) )
( DSIGNAlgorithm (..), SignedDSIGN (..), sizeSigDSIGN, sizeVerKeyDSIGN )
import Cardano.Crypto.Wallet
( XPub )
import Cardano.Ledger.Crypto
Expand Down

0 comments on commit 02e6884

Please sign in to comment.