Skip to content

Commit

Permalink
revert change from getGenesisTime which wasn't supposed to remain
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Harris <[email protected]>
  • Loading branch information
rolfyone committed Jan 27, 2025
1 parent b6d50e7 commit afcd1f4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ public CombinedKvStoreDao(

@Override
public Optional<UInt64> getGenesisTime() {
try {
return db.get(schema.getVariableGenesisTime());
} catch (final Exception e) {
return Optional.empty();
}
return db.get(schema.getVariableGenesisTime());
}

@Override
Expand Down

0 comments on commit afcd1f4

Please sign in to comment.