diff options
author | Andrew Chow <github@achow101.com> | 2022-10-28 15:19:05 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2022-10-28 15:37:17 -0400 |
commit | 8b050762b1b44aa6a0b29f7cf7d14e58312ecd12 (patch) | |
tree | b46c02edd9585163c2f09c379ed3d73c6816a93d /src/signet.h | |
parent | 1bad29fe02096b269858b192a4a91c785a44e505 (diff) | |
parent | fa29ef00adac6f0842acdd38344820a1ce0e3087 (diff) |
Merge bitcoin/bitcoin#26409: refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts
fa29ef00adac6f0842acdd38344820a1ce0e3087 refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts (MacroFake)
Pull request description:
The `std::optional` fields in the struct that fall back to chain param defaults if not provided should be initialized to `std::nullopt`. This already happens with the current code.
However, for consistency with `check_block_index` and to silence a GCC warning, add the "missing" `{}`.
ACKs for top commit:
achow101:
ACK fa29ef00adac6f0842acdd38344820a1ce0e3087
hebasto:
ACK fa29ef00adac6f0842acdd38344820a1ce0e3087, tested on Ubuntu 22.04 + GCC 11.3.
jonatack:
ACK fa29ef00adac6f0842acdd38344820a1ce0e3087
Tree-SHA512: bdec9c56df5d601a5616e107fed48737b13b0a7242b6526092fb682b5016544a4bc08666b60304c668d44c6f7ac69d3788093d921382c1d6c577c1f9fe31fc50
Diffstat (limited to 'src/signet.h')
0 files changed, 0 insertions, 0 deletions