aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_address_types.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_address_types.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_address_types.py')
-rwxr-xr-xtest/functional/wallet_address_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_address_types.py b/test/functional/wallet_address_types.py
index f213de1bb0..a44aa5a18e 100755
--- a/test/functional/wallet_address_types.py
+++ b/test/functional/wallet_address_types.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# 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.
"""Test that the wallet can send and receive using all combinations of address types.