support Bitcoin Core v22.0.0

This commit is contained in:
The MMGen Project 2021-10-07 17:55:40 +00:00
commit b5870f1694
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -475,7 +475,7 @@ class CoinDaemon(Daemon):
msg(f'Cannot remove {self.network_datadir!r} - daemon is not stopped')
class bitcoin_core_daemon(CoinDaemon):
daemon_data = _dd('Bitcoin Core', 210100, '0.21.1')
daemon_data = _dd('Bitcoin Core', 220000, '22.0.0')
exec_fn = 'bitcoind'
cli_fn = 'bitcoin-cli'
testnet_dir = 'testnet3'