Skip to content

Commit

Permalink
remove 1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Mar 20, 2024
1 parent d302cc7 commit 855d9fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bcos-framework/bcos-framework/executor/PrecompiledTypeDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,7 @@ const std::set<std::string_view, std::less<>> c_systemTxsAddress = {
bcos::precompiled::CONSENSUS_TABLE_NAME, bcos::precompiled::AUTH_COMMITTEE_ADDRESS,
bcos::precompiled::AUTH_MANAGER_ADDRESS, bcos::precompiled::ACCOUNT_ADDRESS,
bcos::precompiled::ACCOUNT_MGR_ADDRESS, bcos::precompiled::ACCOUNT_MANAGER_NAME,
bcos::precompiled::SHARDING_PRECOMPILED_ADDRESS,
bcos::precompiled::BALANCE_PRECOMPILED_ADDRESS};
bcos::precompiled::SHARDING_PRECOMPILED_ADDRESS};

/// for testing
// CpuHeavy test: 0x5200 ~ (0x5200 + 128)
Expand Down

0 comments on commit 855d9fa

Please sign in to comment.