提交 4b64bb6f 编写于 作者: B Bucky Kittinger

Fix for eos #2160, forgot debug artifact

上级 d30bd0df
......@@ -124,7 +124,6 @@ namespace eosio { namespace chain { namespace contracts {
* The ABI vector may contain duplicates which would make it
* an invalid ABI
*/
for( const auto& tt : typedefs )
FC_ASSERT( typedefs.size() == abi.types.size() );
FC_ASSERT( structs.size() == abi.structs.size() );
FC_ASSERT( actions.size() == abi.actions.size() );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册