Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
Support network+1380 in state tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Nov 7, 2019
1 parent b46ac4e commit b2963ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tools/libtesteth/ImportTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ ChainParams createChainParamsForNetwork(string const& _networkName)
AdditionalEIPs eips;
for (auto it = networkAndEIPs.begin() + 1; it != networkAndEIPs.end(); ++it)
{
if (*it == "1380")
eips.eip1380 = true;
if (*it == "2046")
eips.eip2046 = true;
}
Expand Down

0 comments on commit b2963ce

Please sign in to comment.