SON for Hive #593

Merged
serkixenos merged 52 commits from feature/son-for-hive into develop 2021-11-18 17:32:31 +00:00
Showing only changes of commit e8238f1cb4 - Show all commits

View file

@ -248,6 +248,9 @@ void database::pay_sons()
for (const auto &ts : s.txs_signed) {
_s.txs_signed.at(ts.first) = 0;
}
for (const auto &str : s.sidechain_txs_reported) {
_s.sidechain_txs_reported.at(str.first) = 0;
}
});
}
});