From 575219b655d05c5b7c2cc6ae3ec417da6a0c3aee Mon Sep 17 00:00:00 2001
From: Sergei Rashitov <sergei.rashitov@demlabs.net>
Date: Sat, 21 Mar 2020 02:17:40 -0400
Subject: [PATCH] [*] Fix base58 include guard

---
 include/dap_enc_base58.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/dap_enc_base58.h b/include/dap_enc_base58.h
index 1cc81f8..b3caeb6 100755
--- a/include/dap_enc_base58.h
+++ b/include/dap_enc_base58.h
@@ -22,8 +22,8 @@
     along with any DAP based project.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef _DAP_ENC_BASE64_H_
-#define _DAP_ENC_BASE64_H_
+#ifndef _DAP_ENC_BASE58_H_
+#define _DAP_ENC_BASE58_H_
 #include <stddef.h>
 #include <stdint.h>
 #include "dap_enc_key.h"
-- 
GitLab