Skip to content

Commit

Permalink
fix Besu failing to start
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 10, 2023
1 parent 13a8fa3 commit 676fb9d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public Config() {
configMap.put("host-allowlist", new String[] {"*"});
configMap.put("discovery-enabled", false);
configMap.put("genesis-file", "/genesis.json");
configMap.put("tx-pool-limit-by-account-percentage", "1");
}

public BesuNode.Config withMiningEnabled(final boolean enabled) {
Expand Down

0 comments on commit 676fb9d

Please sign in to comment.