Browse Source

support Bitcoin Core v28.1

The MMGen Project 1 month ago
parent
commit
d3f55c2510
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', 280000, '28.0.0')
+	daemon_data = _dd('Bitcoin Core', 280100, '28.1.0')
 	exec_fn = 'bitcoind'
 	cli_fn = 'bitcoin-cli'
 	testnet_dir = 'testnet3'