Add missing parenthesis in ../../libraries/app/impacted.cpp
This commit is contained in:
parent
896b4df417
commit
54599cc22b
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@ struct get_impacted_account_visitor
|
||||||
}
|
}
|
||||||
void operator()( const sweeps_vesting_claim_operation& op ) {
|
void operator()( const sweeps_vesting_claim_operation& op ) {
|
||||||
_impacted.insert( op.account );
|
_impacted.insert( op.account );
|
||||||
|
}
|
||||||
void operator()( const son_create_operation& op ){
|
void operator()( const son_create_operation& op ){
|
||||||
_impacted.insert( op.owner_account );
|
_impacted.insert( op.owner_account );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue