process_proposal stub true

This commit is contained in:
Pavel Baykov 2022-06-14 13:13:52 -03:00
parent 6cdf6c68a7
commit 647a5369fc

View file

@ -502,7 +502,7 @@ sidechain_net_handler_eth::~sidechain_net_handler_eth() {
bool sidechain_net_handler_eth::process_proposal(const proposal_object &po) {
//ilog("Proposal to process: ${po}, SON id ${son_id}", ("po", po.id)("son_id", plugin.get_current_son_id()));
ilog("Proposal to process: ${po}, SON id ${son_id}", ("po", po.id)("son_id", plugin.get_current_son_id()));
/*
bool should_approve = false;
@ -785,7 +785,8 @@ bool sidechain_net_handler_eth::process_proposal(const proposal_object &po) {
return should_approve;
*/
return false;
return true;
}
void sidechain_net_handler_eth::process_primary_wallet() {