Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyShi22 committed Apr 10, 2024
1 parent 0b32a5c commit 11a76f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bcos-executor/src/executive/TransactionExecutive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,6 @@ std::tuple<std::unique_ptr<HostContext>, CallParameters::UniquePtr> TransactionE
return {nullptr, std::move(callParameters)};
}

this->setContractTableChanged();

if (callParameters->internalCreate)
{
callParameters->abi = std::move(extraData->abi);
Expand Down

0 comments on commit 11a76f0

Please sign in to comment.