Fix --dont_check_walletversion

This commit is contained in:
jackjack 2011-12-19 15:58:06 +01:00
parent 3ac933f8ab
commit db5f0e9447

View File

@ -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