support Monero v18.4.0
This commit is contained in:
parent
961eb0bd4f
commit
1d95435237
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ from ...util import list_gen, die, contains_any
|
|||
from ...daemon import CoinDaemon, RPCDaemon, _nw, _dd
|
||||
|
||||
class monero_daemon(CoinDaemon):
|
||||
daemon_data = _dd('Monero', 18003004, '0.18.3.4-release')
|
||||
daemon_data = _dd('Monero', 18004000, '0.18.4.0-release')
|
||||
networks = ('mainnet', 'testnet')
|
||||
exec_fn = 'monerod'
|
||||
testnet_dir = 'stagenet'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue