Skip to content

Commit

Permalink
Fixes for cardano-wallet-core-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Oct 20, 2021
1 parent 2e21852 commit d956343
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ import Cardano.Wallet.Api.Types
)
import Cardano.Wallet.Primitive.AddressDerivation
( DerivationIndex (..)
, PassphraseMaxLength (..)
, PassphraseMinLength (..)
, PaymentAddress
, Role (..)
)
Expand All @@ -47,6 +45,8 @@ import Cardano.Wallet.Primitive.AddressDerivation.Shelley
( ShelleyKey )
import Cardano.Wallet.Primitive.AddressDiscovery.Sequential
( AddressPoolGap (..) )
import Cardano.Wallet.Primitive.Passphrase
( PassphraseMaxLength (..), PassphraseMinLength (..) )
import Cardano.Wallet.Primitive.SyncProgress
( SyncProgress (..) )
import Cardano.Wallet.Primitive.Types
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Prelude

import Cardano.Wallet.Api.Types
( ApiByronWallet, ApiUtxoStatistics, DecodeAddress )
import Cardano.Wallet.Primitive.AddressDerivation
import Cardano.Wallet.Primitive.Passphrase
( PassphraseMaxLength (..), PassphraseMinLength (..) )
import Cardano.Wallet.Primitive.SyncProgress
( SyncProgress (..) )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ import Cardano.Wallet.Api.Types
, EncodeAddress (..)
, getApiT
)
import Cardano.Wallet.Primitive.AddressDerivation
( PassphraseMaxLength (..), PassphraseMinLength (..) )
import Cardano.Wallet.Primitive.AddressDiscovery.Sequential
( AddressPoolGap (..) )
import Cardano.Wallet.Primitive.Passphrase
( PassphraseMaxLength (..), PassphraseMinLength (..) )
import Cardano.Wallet.Primitive.SyncProgress
( SyncProgress (..) )
import Cardano.Wallet.Primitive.Types
Expand Down

0 comments on commit d956343

Please sign in to comment.