From 85b3f1ef5020749306f6dfe424b67925bbefacc8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 24 Dec 2019 06:52:39 -0500 Subject: [PATCH] Update common.h --- src/crypto/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/crypto/common.h b/src/crypto/common.h index 9d2100af9..12bdbec19 100644 --- a/src/crypto/common.h +++ b/src/crypto/common.h @@ -1,4 +1,6 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) 2019-2020 The Hush developers +// Released under the GPLv3 // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -17,7 +19,7 @@ #include "compat/endian.h" #if defined(NDEBUG) -# error "Zcash cannot be compiled without assertions." +# error "Hush cannot be compiled without assertions." #endif uint16_t static inline ReadLE16(const unsigned char* ptr)