SON for Ethereum #713

Merged
serkixenos merged 70 commits from feature/son-for-ethereum into develop 2022-09-19 19:23:40 +00:00
Showing only changes of commit 647a5369fc - Show all commits

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() {