|
@@ -91,7 +91,11 @@ class parity_daemon(openethereum_daemon):
|
|
|
exec_fn = 'parity'
|
|
|
|
|
|
class geth_daemon(ethereum_daemon):
|
|
|
- daemon_data = _dd('Geth', 1013012, '1.13.12')
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ daemon_data = _dd('Geth', 1013015, '1.13.15')
|
|
|
version_pat = r'Geth/v(\d+)\.(\d+)\.(\d+)'
|
|
|
exec_fn = 'geth'
|
|
|
use_pidfile = False
|