mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 02:38:30 -04:00
Merge pull request #3851
a87980f
fix build with GCC 8.1.0 (moneromooo-monero)
This commit is contained in:
commit
9a3bd88b9f
3 changed files with 4 additions and 2 deletions
|
@ -1565,6 +1565,8 @@ namespace cryptonote
|
|||
std::vector<txpool_histo> histo;
|
||||
uint32_t num_double_spends;
|
||||
|
||||
txpool_stats(): bytes_total(0), bytes_min(0), bytes_max(0), bytes_med(0), fee_total(0), oldest(0), txs_total(0), num_failing(0), num_10m(0), num_not_relayed(0), histo_98pc(0), num_double_spends(0) {}
|
||||
|
||||
BEGIN_KV_SERIALIZE_MAP()
|
||||
KV_SERIALIZE(bytes_total)
|
||||
KV_SERIALIZE(bytes_min)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue