Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3594 from input-output-hk/devops-1046-internal-im…
Browse files Browse the repository at this point in the history
…port-wallet-demo

[DEVOPS-1046] Use new internal/import-wallet endpoint
  • Loading branch information
rvl authored Sep 14, 2018
2 parents 87c0957 + 3bb649f commit 78925f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ genesisAssetLockedWallet wc = do
where isLockedGenesisWallet w = isGenesisWallet w && isLockedWallet w

isGenesisWallet :: Wallet -> Bool
isGenesisWallet = (== "Genesis wallet") . walName
isGenesisWallet = (== "Imported Wallet") . walName

lockedWallet :: WalletId
lockedWallet =
Expand Down

0 comments on commit 78925f7

Please sign in to comment.