Browse Source

support Reth v1.3.12

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

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

@@ -129,7 +129,7 @@ class geth_daemon(ethereum_daemon):
 		)
 
 class reth_daemon(geth_daemon):
-	daemon_data = _dd('Reth', 1002002, '1.2.2')
+	daemon_data = _dd('Reth', 1003012, '1.3.12')
 	version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
 	exec_fn = 'reth'
 	datadirs = {