mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
protocol: initialize block_weight in block_complete_entry ctor
CID 204479
This commit is contained in:
parent
d66db18c06
commit
88c9d90ac4
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace cryptonote
|
|||
}
|
||||
END_KV_SERIALIZE_MAP()
|
||||
|
||||
block_complete_entry(): pruned(false) {}
|
||||
block_complete_entry(): pruned(false), block_weight(0) {}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue