bump version
This commit is contained in:
parent
f7e118e996
commit
ddd377c82e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "taler-wallet",
|
"name": "taler-wallet",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/node/index.js",
|
"main": "dist/node/index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -195,7 +195,7 @@ export async function getDefaultNodeWallet(
|
|||||||
|
|
||||||
export async function withdrawTestBalance(
|
export async function withdrawTestBalance(
|
||||||
myWallet: Wallet,
|
myWallet: Wallet,
|
||||||
amount: string = "TESTKUDOS:1000",
|
amount: string = "TESTKUDOS:10",
|
||||||
bankBaseUrl: string = "https://bank.test.taler.net/",
|
bankBaseUrl: string = "https://bank.test.taler.net/",
|
||||||
exchangeBaseUrl: string = "https://exchange.test.taler.net/",
|
exchangeBaseUrl: string = "https://exchange.test.taler.net/",
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user