Fix throwing incorrect exception type
This commit is contained in:
parent
36e155bc0c
commit
35ab119b26
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue