Skip to content

Commit

Permalink
added issue 3646 to changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Apr 4, 2022
1 parent a5f2533 commit 0c59581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Bug Fixes
- Flexible Privacy Precompile handles null payload ID [#3664](https://github.com/hyperledger/besu/pull/3664)

- Subcommand blocks import throws execption [#3646](https://github.com/hyperledger/besu/pull/3646)
### Breaking Changes

### Additions and Improvements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected CompletableFuture<Void> waitForTTD() {
if (context.isOnTTD()) {
return CompletableFuture.completedFuture(null);
}
LOG.info("Did not reach TTD yet, falling asleep...");
LOG.debug("Did not reach TTD yet, falling asleep...");
return context
.getEthContext()
.getScheduler()
Expand Down

0 comments on commit 0c59581

Please sign in to comment.