diff options
| author | DrahtBot <[email protected]> | 2018-12-29 10:08:32 +0100 |
|---|---|---|
| committer | DrahtBot <[email protected]> | 2018-12-29 10:15:01 +0100 |
| commit | 06ba77973e7f8938c8461bffeee3718a8f7712f5 (patch) | |
| tree | cdc3f531b6f2879f400d4f0964888094b9d80451 /test/functional/mempool_accept.py | |
| parent | Merge #14966: docs: fix testmempoolaccept CLI syntax (diff) | |
| download | discoin-06ba77973e7f8938c8461bffeee3718a8f7712f5.tar.xz discoin-06ba77973e7f8938c8461bffeee3718a8f7712f5.zip | |
Update copyright headers to 2018
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 02f1cc439..e2a219b85 100755 --- a/test/functional/mempool_accept.py +++ b/test/functional/mempool_accept.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (c) 2017 The Bitcoin Core developers +# Copyright (c) 2017-2018 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.""" |