Added block reward share percent to miner api

This commit is contained in:
SChernykh
2022-05-26 11:08:16 +02:00
parent 32bb318af4
commit d84bef8f14
3 changed files with 17 additions and 2 deletions

View File

@@ -575,7 +575,6 @@ void BlockTemplate::update(const MinerData& data, const Mempool& mempool, Wallet
m_rewards.clear();
m_mempoolTxs.clear();
m_mempoolTxsOrder.clear();
m_shares.clear();
}
#if TEST_MEMPOOL_PICKING_ALGORITHM