support Bitcoin Core v22.0.0
This commit is contained in:
parent
b0584b2425
commit
b5870f1694
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue