support Bitcoin Core v27.0.0

This commit is contained in:
The MMGen Project 2024-05-20 14:36:00 +00:00
commit e3d68e698f
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 4 additions and 3 deletions

View file

@ -1 +1 @@
April 2024
May 2024

View file

@ -1 +1 @@
14.1.dev30
14.1.dev31

View file

@ -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', 260000, '26.0.0')
daemon_data = _dd('Bitcoin Core', 270000, '27.0.0')
exec_fn = 'bitcoind'
cli_fn = 'bitcoin-cli'
testnet_dir = 'testnet3'

View file

@ -66,6 +66,7 @@ class unit_tests:
await NewTX( cfg=cfg, proto=proto )
d.stop()
d.remove_datadir()
qmsg(' OK')
return True