Skip to content

Commit

Permalink
Merge pull request #1556 from skalenetwork/1397-data-destruction
Browse files Browse the repository at this point in the history
1347 fix config validation
  • Loading branch information
DmytroNazarenko authored Jun 21, 2023
2 parents 17433a8 + 3d85c40 commit 6992bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libethereum/ValidationSchemes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ void validateConfigJson( js::mObject const& _obj ) {
{ "contractStorageZeroValuePatchTimestamp",
{ { js::int_type }, JsonFieldPresence::Optional } },
{ "verifyDaSigsPatchTimestamp", { { js::int_type }, JsonFieldPresence::Optional } },
{ "storageDestructionPatchTimestamp",
{ { js::int_type }, JsonFieldPresence::Optional } },
{ "nodeGroups", { { js::obj_type }, JsonFieldPresence::Optional } } } );

js::mArray const& nodes = sChain.at( "nodes" ).get_array();
Expand Down

0 comments on commit 6992bc0

Please sign in to comment.