Browse Source

support Bitcoin Core v29.0

The MMGen Project 7 months ago
parent
commit
01cd35a97a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mmgen/data/version
  2. 1 1
      mmgen/proto/btc/daemon.py

+ 1 - 1
mmgen/data/version

@@ -1 +1 @@
-15.1.dev31
+15.1.dev32

+ 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', 280100, '28.1.0')
+	daemon_data = _dd('Bitcoin Core', 290000, '29.0.0')
 	exec_fn = 'bitcoind'
 	cli_fn = 'bitcoin-cli'
 	testnet_dir = 'testnet3'