cryptonote: don't leave block_weight uninitialized
CID 204467
This commit is contained in:
parent
88c9d90ac4
commit
fe443bbdec
|
@ -1367,6 +1367,7 @@ namespace cryptonote
|
|||
{
|
||||
block_complete_entry bce;
|
||||
bce.block = cryptonote::block_to_blob(b);
|
||||
bce.block_weight = 0; // we can leave it to 0, those txes aren't pruned
|
||||
for (const auto &tx_hash: b.tx_hashes)
|
||||
{
|
||||
cryptonote::blobdata txblob;
|
||||
|
|
Loading…
Reference in New Issue