From 6943ff2fa6550754567e4cc5366d345ba9f708df Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Sun, 12 Jan 2020 17:03:48 +0000 Subject: [PATCH] Bugfix: tumbler datadir reference --- scripts/tumbler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tumbler.py b/scripts/tumbler.py index b06d972..dc39b63 100644 --- a/scripts/tumbler.py +++ b/scripts/tumbler.py @@ -32,7 +32,7 @@ def main(): if len(args) < 1: jmprint('Error: Needs a wallet file', "error") sys.exit(EXIT_ARGERROR) - load_program_config(config_path=options.datadir) + load_program_config(config_path=options['datadir']) check_regtest()