Browse Source

support Bitcoin Core v25.0.0

The MMGen Project 1 year ago
parent
commit
903b4265a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mmgen/proto/btc/daemon.py

+ 1 - 1
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', 240001, '24.0.1')
+	daemon_data = _dd('Bitcoin Core', 250000, '25.0.0')
 	exec_fn = 'bitcoind'
 	cli_fn = 'bitcoin-cli'
 	testnet_dir = 'testnet3'