diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-05-08 07:01:17 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-05-08 07:01:17 +0200 |
commit | d25628ab024025a964c2c440da90e3424550e3d7 (patch) | |
tree | 86eacbb03430169d06f100b2bdb74399a5277d5b /src/wallet-test.ts | |
parent | ab2726848a547bd135212359545c5246b2303659 (diff) |
adjust to exchange protocol changes
Diffstat (limited to 'src/wallet-test.ts')
-rw-r--r-- | src/wallet-test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet-test.ts b/src/wallet-test.ts index 2b11811f1..bd0925ed0 100644 --- a/src/wallet-test.ts +++ b/src/wallet-test.ts @@ -43,6 +43,7 @@ function fakeCwd(current: string, value: string, feeDeposit: string): types.Coin coinPub: "(mock)", currentAmount: a(current), denomPub: "(mock)", + denomPubHash: "(mock)", denomSig: "(mock)", exchangeBaseUrl: "(mock)", reservePub: "(mock)", |