This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import Test.QuickCheck.Instances ()
19
19
import qualified Test.QuickCheck.Property as Property
20
20
21
21
import qualified Pos.Core as Core
22
- import qualified Pos.Core.Update as Core
23
22
import qualified Pos.Core.Txp as Core
23
+ import qualified Pos.Core.Update as Core
24
24
25
25
import Cardano.Wallet.API.Indices
26
26
import Cardano.Wallet.API.Request.Pagination (Page , PerPage )
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ import qualified Hedgehog.Gen as Gen
9
9
import qualified Hedgehog.Range as Range
10
10
11
11
import Cardano.Wallet.API.V1.Types (SyncProgress (.. ), V1 (.. ),
12
- WalletError (.. ), mkEstimatedCompletionTime ,
13
- mkSyncPercentage , mkSyncThroughput , exampleWalletId )
12
+ WalletError (.. ), exampleWalletId ,
13
+ mkEstimatedCompletionTime , mkSyncPercentage ,
14
+ mkSyncThroughput )
14
15
import Pos.Core.Common (BlockCount (.. ))
15
16
16
17
import Test.Pos.Core.Gen (genAddress )
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ import Universum
7
7
import Cardano.Wallet.API.Response (JSONValidationError (.. ))
8
8
import Cardano.Wallet.API.V1.Migration.Types (MigrationError (.. ))
9
9
import Cardano.Wallet.API.V1.Types (SyncProgress (.. ), V1 (.. ),
10
- WalletError (.. ), mkEstimatedCompletionTime ,
11
- mkSyncPercentage , mkSyncThroughput , exampleWalletId )
10
+ WalletError (.. ), exampleWalletId ,
11
+ mkEstimatedCompletionTime , mkSyncPercentage ,
12
+ mkSyncThroughput )
12
13
import Data.List.NonEmpty (fromList )
13
14
import Hedgehog (Property )
14
15
import qualified Hedgehog as H
You can’t perform that action at this time.
0 commit comments