From 1390175a9afc53948dd1d6f8a2f88e51c1bf53cc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 28 Aug 2019 02:49:27 +0200 Subject: rudimentary taler://withdraw support --- src/crypto/cryptoApi-test.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/crypto/cryptoApi-test.ts') diff --git a/src/crypto/cryptoApi-test.ts b/src/crypto/cryptoApi-test.ts index 48231e5ff..39f46c5c3 100644 --- a/src/crypto/cryptoApi-test.ts +++ b/src/crypto/cryptoApi-test.ts @@ -96,6 +96,8 @@ test("precoin creation", async t => { reserve_pub: pub, timestamp_confirmed: 0, timestamp_depleted: 0, + timestamp_reserve_info_posted: 0, + exchangeWire: "payto://foo" }; const precoin = await crypto.createPreCoin(denomValid1, r); -- cgit v1.2.3