mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
protocol: initialize block_weight in block_complete_entry ctor
CID 204479
This commit is contained in:
parent
d66db18c06
commit
88c9d90ac4
@ -160,7 +160,7 @@ namespace cryptonote
|
|||||||
}
|
}
|
||||||
END_KV_SERIALIZE_MAP()
|
END_KV_SERIALIZE_MAP()
|
||||||
|
|
||||||
block_complete_entry(): pruned(false) {}
|
block_complete_entry(): pruned(false), block_weight(0) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user