Fix throwing incorrect exception type

This commit is contained in:
theoreticalbts 2015-07-28 15:26:22 -04:00
parent 36e155bc0c
commit 35ab119b26

View file

@ -224,7 +224,7 @@ void verify_authority( const vector<operation>& ops, const flat_set<public_key_t
{
GRAPHENE_ASSERT( owner_approvals.find(id) != owner_approvals.end() ||
s.check_authority(get_owner(id)),
tx_missing_other_auth, "Missing Owner Authority ${id}", ("id",id)("auth",*get_owner(id)) );
tx_missing_owner_auth, "Missing Owner Authority ${id}", ("id",id)("auth",*get_owner(id)) );
}
GRAPHENE_ASSERT(