Reset sidechain_txs_reported counter on SON payout
This commit is contained in:
parent
3c6454cd8d
commit
e8238f1cb4
1 changed files with 3 additions and 0 deletions
|
|
@ -248,6 +248,9 @@ void database::pay_sons()
|
||||||
for (const auto &ts : s.txs_signed) {
|
for (const auto &ts : s.txs_signed) {
|
||||||
_s.txs_signed.at(ts.first) = 0;
|
_s.txs_signed.at(ts.first) = 0;
|
||||||
}
|
}
|
||||||
|
for (const auto &str : s.sidechain_txs_reported) {
|
||||||
|
_s.sidechain_txs_reported.at(str.first) = 0;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue