update Monero daemon support to v0.18.2.2
This commit is contained in:
parent
ca8657d4cd
commit
b606b47fcc
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', 18002000, '0.18.2.0-release')
|
||||
daemon_data = _dd('Monero', 18002002, '0.18.2.2-release')
|
||||
networks = ('mainnet','testnet')
|
||||
exec_fn = 'monerod'
|
||||
testnet_dir = 'stagenet'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue