From ddd377c82ed74f708f899580770c99d9c8bd891f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 18 Aug 2019 15:08:10 +0200 Subject: bump version --- package.json | 2 +- src/headless/helpers.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63e0177a9..a1822d23e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taler-wallet", - "version": "0.0.7", + "version": "0.0.8", "description": "", "main": "dist/node/index.js", "repository": { diff --git a/src/headless/helpers.ts b/src/headless/helpers.ts index 5b26c6cea..0a98f7ce8 100644 --- a/src/headless/helpers.ts +++ b/src/headless/helpers.ts @@ -195,7 +195,7 @@ export async function getDefaultNodeWallet( export async function withdrawTestBalance( myWallet: Wallet, - amount: string = "TESTKUDOS:1000", + amount: string = "TESTKUDOS:10", bankBaseUrl: string = "https://bank.test.taler.net/", exchangeBaseUrl: string = "https://exchange.test.taler.net/", ) { -- cgit v1.2.3