We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c2ed8 commit fadf7d1Copy full SHA for fadf7d1
src/wallet/wallet.cpp
@@ -1,12 +1,11 @@
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
-// Copyright (c) 2009-2018 The Bitcoin Core developers
+// Copyright (c) 2009-2019 The Bitcoin Core developers
3
// Distributed under the MIT software license, see the accompanying
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
6
#include <wallet/wallet.h>
7
8
#include <chain.h>
9
-#include <checkpoints.h>
10
#include <consensus/consensus.h>
11
#include <consensus/validation.h>
12
#include <fs.h>
0 commit comments