compilation fix
This commit is contained in:
parent
4c7e951d6b
commit
df7f9c3783
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ set<public_key_type> signed_transaction::minimize_required_signatures(
|
|||
result.erase( k );
|
||||
try
|
||||
{
|
||||
graphene::chain::verify_authority( operations, result, get_active, get_owner, get_custom
|
||||
graphene::chain::verify_authority( operations, result, get_active, get_owner, get_custom,
|
||||
ignore_custom_operation_required_auths, max_recursion );
|
||||
continue; // element stays erased if verify_authority is ok
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue