Fixed get_signatures_non_immediate_owner test case

This commit is contained in:
Ronak Patel 2019-08-29 13:57:27 +05:30
parent a5528fc4af
commit 824cfcca84

View file

@ -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 );
}