diff options
author | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-07 14:43:10 +1300 |
---|---|---|
committer | Samuel Dobson <dobsonsa68@gmail.com> | 2021-10-12 12:03:14 +1300 |
commit | 88cc4810926e4f5af6757ee1b0eed61abda3d746 (patch) | |
tree | e28935814f8d387daedb64b576ad50e6e03cfe73 /src/bech32.cpp | |
parent | 5599813b80e53a1539c66625b4320ab1b4fb4848 (diff) |
Modify copyright header on Bech32 code
Diffstat (limited to 'src/bech32.cpp')
-rw-r--r-- | src/bech32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bech32.cpp b/src/bech32.cpp index 1b2d47243b..ea44480a6c 100644 --- a/src/bech32.cpp +++ b/src/bech32.cpp @@ -1,4 +1,5 @@ // Copyright (c) 2017, 2021 Pieter Wuille +// Copyright (c) 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. |