Skip to content

Commit

Permalink
support Bitcoin Cash Node v28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgen committed Dec 30, 2024
1 parent 866aa60 commit 4e8e027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmgen/proto/btc/daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def sigfail_errmsg(self, e):
return e.args[0]

class bitcoin_cash_node_daemon(bitcoin_core_daemon):
daemon_data = _dd('Bitcoin Cash Node', 27010000, '27.1.0')
daemon_data = _dd('Bitcoin Cash Node', 28000000, '28.0.0')
exec_fn = 'bitcoind-bchn'
cli_fn = 'bitcoin-cli-bchn'
rpc_ports = _nw(8432, 18432, 18543) # use non-standard ports (core+100)
Expand Down

0 comments on commit 4e8e027

Please sign in to comment.