From 5d96ed5e24c9974ff70df1aea8a68414716ca943 Mon Sep 17 00:00:00 2001 From: nolash Date: Fri, 23 Apr 2021 23:07:04 +0200 Subject: [PATCH] Remove eth health modules config entries --- apps/cic-eth/config/docker/eth.ini | 1 - apps/cic-eth/config/eth.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/cic-eth/config/docker/eth.ini b/apps/cic-eth/config/docker/eth.ini index 9d6b6607..534a2eea 100644 --- a/apps/cic-eth/config/docker/eth.ini +++ b/apps/cic-eth/config/docker/eth.ini @@ -1,4 +1,3 @@ [eth] provider = http://localhost:63545 -health_modules = cic_eth.check.db,cic_eth.check.gas gas_gifter_minimum_balance = 10000000000000000000000 diff --git a/apps/cic-eth/config/eth.ini b/apps/cic-eth/config/eth.ini index 3b41af90..3c589cb2 100644 --- a/apps/cic-eth/config/eth.ini +++ b/apps/cic-eth/config/eth.ini @@ -1,4 +1,3 @@ [eth] provider = http://localhost:8545 gas_gifter_minimum_balance = 10000000000000000000000 -health_modules = cic_eth.check.db,cic_eth.check.gas