mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
Merge branch 'master' into merge-mining
This commit is contained in:
commit
94496c3dde
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ void BlockTemplate::update(const MinerData& data, const Mempool& mempool, const
|
||||||
if (shares) {
|
if (shares) {
|
||||||
const MinerShare* src = &s[0];
|
const MinerShare* src = &s[0];
|
||||||
std::pair<hash, hash>* dst = shares;
|
std::pair<hash, hash>* dst = shares;
|
||||||
std::pair<hash, hash>* e = shares + N;
|
const std::pair<hash, hash>* e = shares + N;
|
||||||
|
|
||||||
for (; dst < e; ++src, ++dst) {
|
for (; dst < e; ++src, ++dst) {
|
||||||
const Wallet* w = src->m_wallet;
|
const Wallet* w = src->m_wallet;
|
||||||
|
|
Loading…
Reference in a new issue