Add missing parenthesis in libraries/chain/db_notify.cpp

This commit is contained in:
Srdjan Obucina 2019-10-08 21:46:31 +02:00
parent 659bfcb7cf
commit 896b4df417

View file

@ -284,6 +284,7 @@ struct get_impacted_account_visitor
}
void operator()( const sweeps_vesting_claim_operation& op ) {
_impacted.insert( op.account );
}
void operator()( const son_create_operation& op ) {
_impacted.insert( op.owner_account );
}