Trivial copyright fix.

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2020-06-29 16:24:25 -06:00 committed by therealyingtong
parent 5e4d13b49d
commit 7dd1889944
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2019 The Zcash developers
# Copyright (c) 2020 The Zcash developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://www.opensource.org/licenses/mit-license.php .
@ -126,4 +126,3 @@ class RemoveSproutShieldingTest (BitcoinTestFramework):
if __name__ == '__main__':
RemoveSproutShieldingTest().main()