You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't add or maintain these, and they are of little value, as
well as having the effect of polluting diffs.
They are also wrong, i.e DEFAULT_SCRIPTCHECK_THREADS is not in
validation.h.
Copy file name to clipboardExpand all lines: src/banman.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
-
// Copyright (c) 2009-2022 The Bitcoin Core developers
2
+
// Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/common/args.cpp
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
-
// Copyright (c) 2009-2022 The Bitcoin Core developers
2
+
// Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/headerssync.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2022 The Bitcoin Core developers
1
+
// Copyright (c) 2022-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/httpserver.cpp
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2015-2022 The Bitcoin Core developers
1
+
// Copyright (c) 2015-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
Copy file name to clipboardExpand all lines: src/interfaces/chain.h
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) 2018-2022 The Bitcoin Core developers
1
+
// Copyright (c) 2018-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
@@ -7,14 +7,15 @@
7
7
8
8
#include<blockfilter.h>
9
9
#include<common/settings.h>
10
-
#include<primitives/transaction.h>// For CTransactionRef
Copy file name to clipboardExpand all lines: src/interfaces/mining.h
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
-
// Copyright (c) 2024 The Bitcoin Core developers
1
+
// Copyright (c) 2024-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#ifndef BITCOIN_INTERFACES_MINING_H
6
6
#defineBITCOIN_INTERFACES_MINING_H
7
7
8
-
#include<consensus/amount.h>// for CAmount
9
-
#include<interfaces/types.h>// for BlockRef
10
-
#include<node/types.h>// for BlockCreateOptions, BlockWaitOptions
11
-
#include<primitives/block.h>// for CBlock, CBlockHeader
12
-
#include<primitives/transaction.h>// for CTransactionRef
Copy file name to clipboardExpand all lines: src/interfaces/node.h
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
// Copyright (c) 2018-2022 The Bitcoin Core developers
1
+
// Copyright (c) 2018-present The Bitcoin Core developers
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#ifndef BITCOIN_INTERFACES_NODE_H
6
6
#defineBITCOIN_INTERFACES_NODE_H
7
7
8
8
#include<common/settings.h>
9
-
#include<consensus/amount.h>// For CAmount
10
-
#include<logging.h>// For BCLog::CategoryMask
11
-
#include<net.h>// For NodeId
12
-
#include<net_types.h>// For banmap_t
13
-
#include<netaddress.h>// For Network
14
-
#include<netbase.h>// For ConnectionDirection
15
-
#include<support/allocators/secure.h>// For SecureString
0 commit comments