mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 15:14:21 -04:00
Merge pull request #3936
d81e042
tx_pool: initialize bitflags padding since it gets written to storage (moneromooo-monero)
This commit is contained in:
commit
c3ec5373b3
2 changed files with 3 additions and 0 deletions
|
@ -148,6 +148,7 @@ struct txpool_tx_meta_t
|
|||
uint8_t relayed;
|
||||
uint8_t do_not_relay;
|
||||
uint8_t double_spend_seen: 1;
|
||||
uint8_t bf_padding: 7;
|
||||
|
||||
uint8_t padding[76]; // till 192 bytes
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue