提交 bbd34d3c 编写于 作者: A arhag

changes from @heifner's review of #3190

上级 42b61ef2
......@@ -96,7 +96,7 @@ struct error_message {
struct abi_def {
abi_def() = default;
abi_def(const vector<type_def>& types, const vector<struct_def>& structs, const vector<action_def>& actions, const vector<table_def>& tables, const vector<clause_pair>& clauses, vector<error_message>& error_msgs)
abi_def(const vector<type_def>& types, const vector<struct_def>& structs, const vector<action_def>& actions, const vector<table_def>& tables, const vector<clause_pair>& clauses, const vector<error_message>& error_msgs)
:version("eosio::abi/1.0")
,types(types)
,structs(structs)
......
......@@ -168,9 +168,9 @@ namespace eosio { namespace chain {
FC_DECLARE_DERIVED_EXCEPTION( invalid_action_args_exception, action_validate_exception,
3050002, "Invalid Action Arguments" )
FC_DECLARE_DERIVED_EXCEPTION( eosio_assert_message_exception, action_validate_exception,
3050003, "Invalid Action Arguments" )
3050003, "eosio_assert_message assertion failure" )
FC_DECLARE_DERIVED_EXCEPTION( eosio_assert_code_exception, action_validate_exception,
3050004, "Invalid Action Arguments" )
3050004, "eosio_assert_code assertion failure" )
FC_DECLARE_DERIVED_EXCEPTION( database_exception, chain_exception,
3060000, "database exception" )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册