Browse Source

Support Bitcoin Core 28.0

The MMGen Project 2 weeks ago
parent
commit
7539c4d40d
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', 270100, '27.1.0')
+	daemon_data = _dd('Bitcoin Core', 280000, '28.0.0')
 	exec_fn = 'bitcoind'
 	cli_fn = 'bitcoin-cli'
 	testnet_dir = 'testnet3'