mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-08 13:49:35 +02:00
Merge bitcoin/bitcoin#32562: doc: remove // for ... comments
7193245cd6doc: remove For ... comments (fanquake)1b9cdc933fnet: drop win32 ifdef (fanquake)19ba499b1finit: cerrno is used on all platforms (fanquake) Pull request description: We don't add or maintain these, and they are of little value, as well as having the effect of polluting diffs, if changed. They are also wrong, i.e `DEFAULT_SCRIPTCHECK_THREADS` is not in `validation.h`. ACKs for top commit: stickies-v: re-ACK7193245cd6fjahr: ACK7193245cd6willcl-ark: reACK7193245cd6Tree-SHA512: 6b5f83cd1df699356e1cbb78949f8d456b13ce288f0064138118cfb45b4c77e2d1945babe91598dffe9823ab07dfae36f4c3b61c586cf98baf16890bdf322b08
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Copyright (c) 2009-2022 The Bitcoin Core developers
|
||||
// Copyright (c) 2009-present The Bitcoin Core developers
|
||||
// Distributed under the MIT software license, see the accompanying
|
||||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <core_io.h>
|
||||
#include <net_permissions.h>
|
||||
#include <net_processing.h>
|
||||
#include <net_types.h> // For banmap_t
|
||||
#include <net_types.h>
|
||||
#include <netbase.h>
|
||||
#include <node/context.h>
|
||||
#include <node/protocol_version.h>
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <rpc/server_util.h>
|
||||
#include <rpc/util.h>
|
||||
#include <sync.h>
|
||||
#include <univalue.h>
|
||||
#include <util/chaintype.h>
|
||||
#include <util/strencodings.h>
|
||||
#include <util/string.h>
|
||||
@@ -31,9 +32,11 @@
|
||||
#include <util/translation.h>
|
||||
#include <validation.h>
|
||||
|
||||
#include <chrono>
|
||||
#include <optional>
|
||||
|
||||
#include <univalue.h>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
using node::NodeContext;
|
||||
using util::Join;
|
||||
|
||||
Reference in New Issue
Block a user