Skip to content

Commit

Permalink
IS 495 update consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Jan 3, 2025
1 parent f2dc460 commit 1ca58b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion libethereum/ValidationSchemes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,11 @@ void validateConfigJson( js::mObject const& _obj ) {
{ "archiveMode", { { js::bool_type }, JsonFieldPresence::Optional } },
{ "syncFromCatchup", { { js::bool_type }, JsonFieldPresence::Optional } },
{ "testSignatures", { { js::bool_type }, JsonFieldPresence::Optional } },
{ "wallets", { { js::obj_type }, JsonFieldPresence::Optional } } } );
{ "wallets", { { js::obj_type }, JsonFieldPresence::Optional } },
{ "catchupTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "syncNodeCatchupTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "readJsonHeaderTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } },
{ "syncNodeReadJsonHeaderTimeoutSec", { { js::int_type }, JsonFieldPresence::Optional } } } );

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

0 comments on commit 1ca58b1

Please sign in to comment.