mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
fixed location path for accessing wallets
This commit is contained in:
parent
6259b07d50
commit
a0c8446552
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ def receive_payjoin_main(makerclass):
|
|||
# log.info (via P2EPMaker.user_info).
|
||||
set_logging_level("INFO")
|
||||
|
||||
wallet_path = get_wallet_path(wallet_name, 'wallets')
|
||||
wallet_path = get_wallet_path(wallet_name, None)
|
||||
max_mix_depth = max([options.mixdepth, options.amtmixdepths - 1])
|
||||
wallet = open_test_wallet_maybe(
|
||||
wallet_path, wallet_name, max_mix_depth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue