Browse Source

support Reth v1.7.0

The MMGen Project 2 months ago
parent
commit
5269b5efc0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mmgen/data/version
  2. 1 1
      mmgen/proto/eth/daemon.py

+ 1 - 1
mmgen/data/version

@@ -1 +1 @@
-15.1.dev53
+15.1.dev54

+ 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', 1006000, '1.6.0')
+	daemon_data = _dd('Reth', 1007000, '1.7.0')
 	version_pat = r'reth/v(\d+)\.(\d+)\.(\d+)'
 	exec_fn = 'reth'
 	datadirs = {