Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Feb 3, 2025
1 parent d7fa2e0 commit a4debcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silkworm/core/execution/processor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ TEST_CASE("CHAINID instruction") {
block.header.gas_limit = 50'000;
const auto caller = 0x5ed8cee6b63b1c6afce3ad7c92f4fd7e1b8fad9f_address;

const auto code = *from_hex("465955"); // SSTORE(0, CHAINID)
const auto code = *from_hex("465955"); // SSTORE(0, CHAINID)

Transaction txn{};
txn.to = 0xc0de_address;
Expand Down

0 comments on commit a4debcc

Please sign in to comment.