You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FC_DECLARE_DERIVED_EXCEPTION( invalid_type_inside_abi, abi_exception,
3015004, "The type defined in the ABI is invalid" ) // Not to be confused with abi_type_exception
Note the comment Not to be confused with abi_type_exception. Looks like it has been confused. It should be used only when validating the ABI.
I believe these uses in abi_serializer::_variant_to_binary are incorrect. The exception there should be abi_type_exception.
The
invalid_type_inside_abi
is defined asNote the comment
Not to be confused with abi_type_exception
. Looks like it has been confused. It should be used only when validating the ABI.I believe these uses in
abi_serializer::_variant_to_binary
are incorrect. The exception there should beabi_type_exception
.leap/libraries/chain/abi_serializer.cpp
Line 595 in d2af863
leap/libraries/chain/abi_serializer.cpp
Line 575 in d2af863
leap/libraries/chain/abi_serializer.cpp
Line 356 in d2af863
The text was updated successfully, but these errors were encountered: