Fix build errors due to merge conflict

This commit is contained in:
Srdjan Obucina 2019-12-12 19:35:27 +01:00
parent 6efbf6c512
commit 243a269f36
3 changed files with 3 additions and 1 deletions

View file

@ -309,6 +309,7 @@ struct get_impacted_account_visitor
}
void operator()( const son_heartbeat_operation& op ){
_impacted.insert( op.owner_account );
}
void operator()( const sidechain_address_add_operation& op ){
_impacted.insert( op.sidechain_address_account );
}

View file

@ -296,6 +296,7 @@ struct get_impacted_account_visitor
}
void operator()( const son_heartbeat_operation& op ) {
_impacted.insert( op.owner_account );
}
void operator()( const sidechain_address_add_operation& op ) {
_impacted.insert( op.sidechain_address_account );
}

View file

@ -141,7 +141,7 @@ namespace graphene { namespace chain {
son_create_operation,
son_update_operation,
son_delete_operation,
son_heartbeat_operation
son_heartbeat_operation,
sidechain_address_add_operation,
sidechain_address_update_operation,
sidechain_address_delete_operation