Skip to content

Commit

Permalink
IS 495 format
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 3, 2025
1 parent 1ca58b1 commit b5a13d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libethereum/ValidationSchemes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ void validateConfigJson( js::mObject const& _obj ) {
{ "catchupTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "syncNodeCatchupTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "readJsonHeaderTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "syncNodeReadJsonHeaderTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } } } );
{ "syncNodeReadJsonHeaderTimeoutSec",
{ { js::int_type }, JsonFieldPresence::Optional } } } );

std::string keyShareName = "";
try {
Expand Down

0 comments on commit b5a13d3

Please sign in to comment.