Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Harris <paul.harris@consensys.net>
  • Loading branch information
rolfyone committed Sep 4, 2024
1 parent 1151794 commit b1e1eac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class DenebRemoteSignerAcceptanceTest extends AcceptanceTestBase {
void denebWithRemoteSigner() throws Exception {
final UInt64 currentTime = new SystemTimeProvider().getTimeInSeconds();
final int genesisTime =
currentTime.intValue() + 30; // genesis in 10 seconds to give node time to start
currentTime.intValue() + 30; // genesis in 30 seconds to give node time to start

final Web3SignerNode web3SignerNode =
createWeb3SignerNode(
Expand Down

0 comments on commit b1e1eac

Please sign in to comment.