SON for Hive #593

Merged
serkixenos merged 52 commits from feature/son-for-hive into develop 2021-11-18 17:32:31 +00:00
Showing only changes of commit 876655fb39 - Show all commits

View file

@ -274,6 +274,11 @@ bool sidechain_net_handler_hive::process_proposal(const proposal_object &po) {
break;
}
case chain::operation::tag<chain::sidechain_transaction_sign_operation>::value: {
should_approve = true;
break;
}
case chain::operation::tag<chain::sidechain_transaction_settle_operation>::value: {
should_approve = true;
break;