From 71c824ed6cf70b39ca09e8b3962f452f69523af0 Mon Sep 17 00:00:00 2001 From: William Bright Date: Wed, 21 Apr 2021 15:16:13 -0400 Subject: cleaned up and added missing "include" statements for pubkey.cpp and pubkey.h removed comments next to include statements. removed comments in include statements. changed assert.h to cassert based on pr comments --- src/pubkey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pubkey.h') diff --git a/src/pubkey.h b/src/pubkey.h index 12514fc3c9..7a1f97f173 100644 --- a/src/pubkey.h +++ b/src/pubkey.h @@ -12,7 +12,7 @@ #include #include -#include +#include #include const unsigned int BIP32_EXTKEY_SIZE = 74; -- cgit v1.2.3