diff --git a/pywallet.py b/pywallet.py index 2e663c9..703debb 100755 --- a/pywallet.py +++ b/pywallet.py @@ -1956,6 +1956,9 @@ if __name__ == '__main__': 'Balance': WIBalance() } + if options.dcv is not None: + max_version = 10 ** 9 + if options.datadir is not None: wallet_dir = options.datadir