diff --git a/mmgen/proto/btc/daemon.py b/mmgen/proto/btc/daemon.py index c4b4734b..03dc27ed 100755 --- a/mmgen/proto/btc/daemon.py +++ b/mmgen/proto/btc/daemon.py @@ -19,7 +19,7 @@ from ...util import list_gen from ...daemon import CoinDaemon, _nw, _dd class bitcoin_core_daemon(CoinDaemon): - daemon_data = _dd('Bitcoin Core', 290000, '29.0.0') + daemon_data = _dd('Bitcoin Core', 290100, '29.1.0') exec_fn = 'bitcoind' cli_fn = 'bitcoin-cli' testnet_dir = 'testnet3'