support Bitcoin Core v25.0.0
This commit is contained in:
parent
beff87a467
commit
903b4265a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue