aboutsummaryrefslogtreecommitdiff
path: root/src/node
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2019-04-29 15:29:00 -0400
committerRyan Ofsky <ryan@ofsky.org>2022-05-19 11:32:56 -0400
commit77fabffef4ea840ee15c97061048fe8443d74658 (patch)
tree89c0dfaf731dd6cc537f7dd138955727a41210fa /src/node
parent0e55bc6e7fe439404dc56093a0949395dae51e6b (diff)
downloadbitcoin-77fabffef4ea840ee15c97061048fe8443d74658.tar.xz
init: Remove Shutdown() node.args reset
This commit removes the `node.args = nullptr` assignment in the Shutdown() function. Clearing node.args there never made sense because it made the Shutdown() function not idempotent, making it fragile and causing issues like https://github.com/bitcoin/bitcoin/issues/23186. The assignment also causes segfaults in GUI unit tests when a new node().initParameterInteraction() call is added in OptionsModel to apply to Qt settings (happens because AppTests calls Shutdown() which sets node.args to null, and OptionTests runs after AppTests and then needs node.args not to be null.)
Diffstat (limited to 'src/node')
0 files changed, 0 insertions, 0 deletions