mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +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