Quickfix: Approve Hive transaction signing
This commit is contained in:
parent
1f53359248
commit
876655fb39
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue