Fix build errors due to merge conflict
This commit is contained in:
parent
6efbf6c512
commit
243a269f36
3 changed files with 3 additions and 1 deletions
|
|
@ -309,6 +309,7 @@ struct get_impacted_account_visitor
|
||||||
}
|
}
|
||||||
void operator()( const son_heartbeat_operation& op ){
|
void operator()( const son_heartbeat_operation& op ){
|
||||||
_impacted.insert( op.owner_account );
|
_impacted.insert( op.owner_account );
|
||||||
|
}
|
||||||
void operator()( const sidechain_address_add_operation& op ){
|
void operator()( const sidechain_address_add_operation& op ){
|
||||||
_impacted.insert( op.sidechain_address_account );
|
_impacted.insert( op.sidechain_address_account );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -296,6 +296,7 @@ struct get_impacted_account_visitor
|
||||||
}
|
}
|
||||||
void operator()( const son_heartbeat_operation& op ) {
|
void operator()( const son_heartbeat_operation& op ) {
|
||||||
_impacted.insert( op.owner_account );
|
_impacted.insert( op.owner_account );
|
||||||
|
}
|
||||||
void operator()( const sidechain_address_add_operation& op ) {
|
void operator()( const sidechain_address_add_operation& op ) {
|
||||||
_impacted.insert( op.sidechain_address_account );
|
_impacted.insert( op.sidechain_address_account );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,7 @@ namespace graphene { namespace chain {
|
||||||
son_create_operation,
|
son_create_operation,
|
||||||
son_update_operation,
|
son_update_operation,
|
||||||
son_delete_operation,
|
son_delete_operation,
|
||||||
son_heartbeat_operation
|
son_heartbeat_operation,
|
||||||
sidechain_address_add_operation,
|
sidechain_address_add_operation,
|
||||||
sidechain_address_update_operation,
|
sidechain_address_update_operation,
|
||||||
sidechain_address_delete_operation
|
sidechain_address_delete_operation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue