Fixed get_signatures_non_immediate_owner test case
This commit is contained in:
parent
a5528fc4af
commit
824cfcca84
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ void transaction::get_required_authorities( flat_set<account_id_type>& active, f
|
|||
{
|
||||
for( const auto& op : operations )
|
||||
operation_get_required_authorities( op, active, owner, other );
|
||||
for( const auto& account : owner )
|
||||
active.erase( account );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue