maint(onBlockFound): remove commented code

pull/173/head
James Willhoite 2 years ago
parent ec9b72e95c
commit 75d269daa7

Binary file not shown.

Binary file not shown.

@ -398,17 +398,6 @@ void p2pool::handle_chain_main(ChainMain& data, const char* extra)
cmd << params().m_onBlockFound << " BLOCK " << data.id << " " << data.timestamp << " " << data.reward << " " << payout;
//Show it as a block
// cmd << " BLOCK";
//Pass the block ID
// cmd << " " << data.id;
//Timestamp
// cmd << " " << data.timestamp;
//Reward
// cmd << " " << data.reward;
//Payout
// cmd << " " << log::XMRAmount(payout);
//system() requires char and not string, convert to char
std::string ss(cmd.str());

Loading…
Cancel
Save