提交 4837a0dc 编写于 作者: K Kevin Heifner

Add action_trace to requires abi list

上级 f9d53dd9
......@@ -4,6 +4,7 @@
*/
#pragma once
#include <eosio/chain/contract_types.hpp>
#include <eosio/chain/trace.hpp>
#include <eosio/chain/exceptions.hpp>
#include <fc/variant_object.hpp>
......@@ -95,7 +96,8 @@ namespace impl {
constexpr bool single_type_requires_abi_v() {
return std::is_base_of<transaction, T>::value ||
std::is_same<T, packed_transaction>::value ||
std::is_same<T, action>::value;
std::is_same<T, action>::value ||
std::is_same<T, action_trace>::value;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册