From a0c8446552cfe5ec0774cd4f5c03fa3154e9794d Mon Sep 17 00:00:00 2001 From: Tim Akinbo <41004+takinbo@users.noreply.github.com> Date: Tue, 10 Mar 2020 03:56:57 +0000 Subject: [PATCH] fixed location path for accessing wallets --- scripts/receive-payjoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/receive-payjoin.py b/scripts/receive-payjoin.py index 115e321..9ebd0b1 100644 --- a/scripts/receive-payjoin.py +++ b/scripts/receive-payjoin.py @@ -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,