Skip to content

Commit

Permalink
cardano-wallet-server no longer takes a mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
Anviking committed Mar 20, 2019
1 parent 2a4bad3 commit 17b635b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import qualified Cardano.NetworkLayer.HttpBridgeSpec as HttpBridge

withWallet :: ((Text, Manager) -> IO a) -> IO a
withWallet action = do
let launch = proc "cardano-wallet-server" testMnemonic
testMnemonic = ["ring","congress","face","smile","torch","length","purse","bind","rule","reopen","label","ask","town","town","argue"]
let launch = proc "cardano-wallet-server" []
baseURL = T.pack "http://localhost:8090/"
manager <- newManager defaultManagerSettings
withCreateProcess launch $ \_ _ _ _ph -> do
Expand Down

0 comments on commit 17b635b

Please sign in to comment.