aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_psbt.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-07-28 13:57:16 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-11-10 11:10:24 +0100
commitfac23c211407a77af82bb1491c48c8d37022c8b3 (patch)
tree39d58eb44ca4a8a8b3b37f0fe0c7cbdbf5745ec9 /test/functional/rpc_psbt.py
parentfa974f1f1417a536636347072e86bcb54a4c909c (diff)
downloadbitcoin-fac23c211407a77af82bb1491c48c8d37022c8b3.tar.xz
scripted-diff: Bump copyright headers
The previous diff touched most files in ./test/, so bump the headers to avoid having to touch them again for a bump later. -BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./test/ -END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/rpc_psbt.py')
-rwxr-xr-xtest/functional/rpc_psbt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py
index 90ee604ee3..9b00eab346 100755
--- a/test/functional/rpc_psbt.py
+++ b/test/functional/rpc_psbt.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# Copyright (c) 2018-2020 The Bitcoin Core developers
+# Copyright (c) 2018-2021 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 Partially Signed Transaction RPCs.