support Bitcoin Cash Node v28.0.1

This commit is contained in:
The MMGen Project 2025-03-04 09:51:00 +00:00
commit 424253b1e7
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ class bitcoin_core_daemon(CoinDaemon):
return e.args[0]
class bitcoin_cash_node_daemon(bitcoin_core_daemon):
daemon_data = _dd('Bitcoin Cash Node', 28000000, '28.0.0')
daemon_data = _dd('Bitcoin Cash Node', 28000100, '28.0.1')
exec_fn = 'bitcoind-bchn'
cli_fn = 'bitcoin-cli-bchn'
rpc_ports = _nw(8432, 18432, 18543) # use non-standard ports (core+100)

View file

@ -2,7 +2,7 @@
pkgs.stdenv.mkDerivation rec {
pname = "bitcoin-cash-node";
version = "v28.0.0";
version = "v28.0.1";
src = fetchGit {
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
ref = "refs/tags/${version}";