Fix --dont_check_walletversion
This commit is contained in:
parent
3ac933f8ab
commit
db5f0e9447
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user