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

Commit

Permalink
[CO-410] Fix wallet integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
intricate committed Oct 23, 2018
1 parent 94bbdaf commit da4d4f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test/wallet/integration/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let
demo-cluster = demoCluster.override {
inherit numCoreNodes stateDir;
keepAlive = false;
assetLockAddresses = [ "DdzFFzCqrhswMWoTiWaqXUDZJuYUx63qB6Aq8rbVbhFbc8NWqhpZkC7Lhn5eVA7kWf4JwKvJ9PqQF78AewMCzDZLabkzm99rFzpNDKp5" ];
assetLockAddresses = [ "37btjrVyb4KFoqHWWGxtcfNJETEVxekMkM1sSanpUpXnGivFdssbvyaF69XAUF94rZosRNUB4pBPxEAEYaiqZhaH1tvcK7mAVdTvd9dgjjbMwWQQC5" ];
};
in writeScript "integration-tests" ''
#!${stdenv.shell}
Expand Down
2 changes: 1 addition & 1 deletion wallet-new/integration/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ isGenesisWallet = (== "Imported Wallet") . walName

lockedWallet :: WalletId
lockedWallet =
WalletId "Ae2tdPwUPEZ5YjF9WuDoWfCZLPQ56MdQC6CZa2VKwMVRVqBBfTLPNcPvET4"
WalletId "2cWKMJemoBakxGHgy85BN6JJooy54EmWxCoobAXe3NRfyEbuMnJAZSr5oAzD5F5aoodRD"

isLockedWallet :: Wallet -> Bool
isLockedWallet = (== lockedWallet) . walId
Expand Down

0 comments on commit da4d4f2

Please sign in to comment.