support Bitcoin Core v29.0
This commit is contained in:
parent
d4ef18c632
commit
01cd35a97a
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
15.1.dev31
|
||||
15.1.dev32
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue