Skip to content

Commit

Permalink
Update test/unittests/state_transition.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Bylica <pawel@ethereum.org>
  • Loading branch information
pdobacz and chfast authored Sep 10, 2024
1 parent 2d4d96f commit b6c02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/state_transition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void state_transition::export_state_test(
jtx["value"][0] = hex0x(tx.value);

if (tx.type >= Transaction::Type::access_list)
jtx["accessLists"][0] = json::json::array({});
jtx["accessLists"][0] = json::json::array();

if (!tx.access_list.empty())
{
Expand Down

0 comments on commit b6c02a9

Please sign in to comment.