add comment (#7727)

Signed-off-by: Karim Taam <karim.t2am@gmail.com>
pull/7728/head
Karim Taam 2 months ago committed by GitHub
parent dd7ac8b1c5
commit 140fc2c651
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ethereum/core/src/main/java/org/hyperledger/besu/ethereum/mainnet/ClearEmptyAccountStrategy.java

@ -29,7 +29,7 @@ public interface ClearEmptyAccountStrategy {
class NotClearEmptyAccount implements ClearEmptyAccountStrategy {
@Override
public void process(final WorldUpdater worldUpdater) {
// nothing to do
// nothing to do in this case
}
}

Loading…
Cancel
Save