Skip to content

Commit

Permalink
support Monero v18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mmgen committed Apr 26, 2024
1 parent b73a9ce commit 6230219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmgen/data/version
@@ -1 +1 @@
14.1.dev29
14.1.dev30
2 changes: 1 addition & 1 deletion mmgen/proto/xmr/daemon.py
Expand Up @@ -19,7 +19,7 @@
from ...daemon import CoinDaemon,RPCDaemon,_nw,_dd

class monero_daemon(CoinDaemon):
daemon_data = _dd('Monero', 18003002, '0.18.3.2-release')
daemon_data = _dd('Monero', 18003003, '0.18.3.3-release')
networks = ('mainnet','testnet')
exec_fn = 'monerod'
testnet_dir = 'stagenet'
Expand Down

0 comments on commit 6230219

Please sign in to comment.