Skip to content

Commit 3f94d6c

Browse files
authored
make fmt
1 parent 8128d37 commit 3f94d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

silkworm/core/execution/evm.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ evmc::Result EVM::call(const evmc_message& message) noexcept {
225225
// Match geth logic
226226
// https://github.com/ethereum/go-ethereum/blob/v1.9.25/core/vm/evm.go#L391
227227
if (!precompile::is_precompile(message.recipient, rev)) {
228-
state_.touch(message.recipient);
228+
state_.touch(message.recipient);
229229
}
230230
} else {
231231
transfer(state_, message.sender, message.recipient, value, bailout);

0 commit comments

Comments
 (0)