Add missing parenthesis in libraries/chain/db_notify.cpp
This commit is contained in:
parent
659bfcb7cf
commit
896b4df417
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,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