taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit ddd377c82ed74f708f899580770c99d9c8bd891f
parent f7e118e996b333b6a34080243a2bf12a0af73e62
Author: Florian Dold <florian.dold@gmail.com>
Date:   Sun, 18 Aug 2019 15:08:10 +0200

bump version

Diffstat:
Mpackage.json | 2+-
Msrc/headless/helpers.ts | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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/", ) {