Browse Source

support Bitcoin Core v22.0.0

The MMGen Project 3 years ago
parent
commit
b5870f1694
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mmgen/daemon.py

+ 1 - 1
mmgen/daemon.py

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