~/.cashu/

This commit is contained in:
callebtc
2022-09-19 00:18:05 +03:00
parent 37206cc7e8
commit 088a0bc29f
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ def cli(
ctx.ensure_object(dict)
ctx.obj["HOST"] = host
ctx.obj["WALLET_NAME"] = walletname
ctx.obj["WALLET"] = Wallet(ctx.obj["HOST"], f".cashu/{walletname}", walletname)
ctx.obj["WALLET"] = Wallet(ctx.obj["HOST"], f"~/.cashu/{walletname}", walletname)
pass