diff --git a/bcos-executor/src/executive/TransactionExecutive.cpp b/bcos-executor/src/executive/TransactionExecutive.cpp index 85f95c4f5f..50ce0df550 100644 --- a/bcos-executor/src/executive/TransactionExecutive.cpp +++ b/bcos-executor/src/executive/TransactionExecutive.cpp @@ -431,8 +431,6 @@ std::tuple, CallParameters::UniquePtr> TransactionE return {nullptr, std::move(callParameters)}; } - this->setContractTableChanged(); - if (callParameters->internalCreate) { callParameters->abi = std::move(extraData->abi);