aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_txn_doublespend.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-02-20 20:03:13 -0500
committerMarcoFalke <falke.marco@gmail.com>2019-03-02 10:58:35 -0500
commitfaa7cdf764a651975fa3c780df7df206a08254c2 (patch)
tree0c728cfbfd4ecf60d7a800e5ff2a9b298f81cfb8 /test/functional/wallet_txn_doublespend.py
parentfa0e65b77264476c61832542ab1a9dbedcc738ea (diff)
downloadbitcoin-faa7cdf764a651975fa3c780df7df206a08254c2.tar.xz
scripted-diff: Update copyright in ./test
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/wallet_txn_doublespend.py')
-rwxr-xr-xtest/functional/wallet_txn_doublespend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_txn_doublespend.py b/test/functional/wallet_txn_doublespend.py
index 9050e21247..8dcfd74f56 100755
--- a/test/functional/wallet_txn_doublespend.py
+++ b/test/functional/wallet_txn_doublespend.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (c) 2014-2018 The Bitcoin Core developers
+# Copyright (c) 2014-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.
"""Test the wallet accounts properly when there is a double-spend conflict."""