Replace "bitcoin" with "Zcash".

This commit is contained in:
Jason Davies
2017-07-21 09:18:09 +01:00
parent ab28fc4ec3
commit b30900a54b
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
#include "compat/endian.h"
#if defined(NDEBUG)
# error "Bitcoin cannot be compiled without assertions."
# error "Zcash cannot be compiled without assertions."
#endif
uint16_t static inline ReadLE16(const unsigned char* ptr)