Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Nov 17, 2023
1 parent 40a8ddc commit 9d58c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-framework/bcos-framework/ledger/Features.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class Features
set(Flag::bugfix_statestorage_hash);
set(Flag::bugfix_evm_create2_delegatecall_staticcall_codecopy);
}
if (version >= protocol::BlockVersion::V3_6_0_VERSION)
if (version >= protocol::BlockVersion::V3_6_VERSION)
{
set(Flag::bugfix_event_log_order);
set(Flag::bugfix_delegatecall_noaddr_return);
Expand Down

0 comments on commit 9d58c8d

Please sign in to comment.