process_proposal stub true
This commit is contained in:
parent
6cdf6c68a7
commit
647a5369fc
1 changed files with 3 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue