diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-02-20 20:03:13 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-02 10:58:35 -0500 |
commit | faa7cdf764a651975fa3c780df7df206a08254c2 (patch) | |
tree | 0c728cfbfd4ecf60d7a800e5ff2a9b298f81cfb8 /test/functional/mempool_accept.py | |
parent | fa0e65b77264476c61832542ab1a9dbedcc738ea (diff) |
scripted-diff: Update copyright in ./test
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
Diffstat (limited to 'test/functional/mempool_accept.py')
-rwxr-xr-x | test/functional/mempool_accept.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/mempool_accept.py b/test/functional/mempool_accept.py index f6a17eaf40..fc81119050 100755 --- a/test/functional/mempool_accept.py +++ b/test/functional/mempool_accept.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 mempool acceptance of raw transactions.""" |