diff options
| author | MarcoFalke <[email protected]> | 2019-05-06 14:05:28 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-05-06 14:05:52 -0400 |
| commit | aaaa57c2aad3a6278559ae3db5d953c847c6ffcb (patch) | |
| tree | 5ce39e43319fe613012313d7f26b09d9194d24a8 /src/wallet/walletutil.cpp | |
| parent | wallet: Only fail rescan when blocks have actually been pruned (diff) | |
| download | discoin-aaaa57c2aad3a6278559ae3db5d953c847c6ffcb.tar.xz discoin-aaaa57c2aad3a6278559ae3db5d953c847c6ffcb.zip | |
scripted-diff: Bump copyright headers in wallet
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./src/wallet/
-END VERIFY SCRIPT-
Diffstat (limited to 'src/wallet/walletutil.cpp')
| -rw-r--r-- | src/wallet/walletutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/walletutil.cpp b/src/wallet/walletutil.cpp index 2d8adf8ba..f5458ce39 100644 --- a/src/wallet/walletutil.cpp +++ b/src/wallet/walletutil.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2017-2018 The Bitcoin Core developers +// Copyright (c) 2017-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |