Browse Source

support Bitcoin Cash Node v27.1.0

The MMGen Project 7 months ago
parent
commit
e029a5413c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mmgen/proto/btc/daemon.py

+ 1 - 1
mmgen/proto/btc/daemon.py

@@ -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', 27000000, '27.0.0')
+	daemon_data = _dd('Bitcoin Cash Node', 27010000, '27.1.0')
 	exec_fn = 'bitcoind-bchn'
 	cli_fn = 'bitcoin-cli-bchn'
 	rpc_ports = _nw(8432, 18432, 18543) # use non-standard ports (core+100)