summaryrefslogtreecommitdiff
path: root/src/wallet-test.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-28 00:46:34 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-28 00:46:34 +0100
commit706c07fa1d069290992bd31d53b0c89324992f9c (patch)
tree8114c23cda7547f8475c7d8d579f51f968a97f9d /src/wallet-test.ts
parentc3ca556affe2f514aeb7fd052fe6d626d9319e99 (diff)
downloadwallet-core-706c07fa1d069290992bd31d53b0c89324992f9c.tar.gz
wallet-core-706c07fa1d069290992bd31d53b0c89324992f9c.tar.bz2
wallet-core-706c07fa1d069290992bd31d53b0c89324992f9c.zip
implement JS-only Taler, remove emscripten
Diffstat (limited to 'src/wallet-test.ts')
-rw-r--r--src/wallet-test.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wallet-test.ts b/src/wallet-test.ts
index bd0925ed0..86ddb5e73 100644
--- a/src/wallet-test.ts
+++ b/src/wallet-test.ts
@@ -59,10 +59,10 @@ function fakeCwd(current: string, value: string, feeDeposit: string): types.Coin
feeWithdraw: a("EUR:0.0"),
isOffered: true,
masterSig: "(mock)",
- stampExpireDeposit: "(mock)",
- stampExpireLegal: "(mock)",
- stampExpireWithdraw: "(mock)",
- stampStart: "(mock)",
+ stampExpireDeposit: { t_ms: 0 },
+ stampExpireLegal: { t_ms: 0 },
+ stampExpireWithdraw: { t_ms: 0 },
+ stampStart: { t_ms: 0 },
status: dbTypes.DenominationStatus.VerifiedGood,
value: a(value),
},