From 7ae5af4def9f7354562eb7955a73fd4eab68b737 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 21 Nov 2020 06:07:55 -0500 Subject: [PATCH] Placeholder for now --- src/cc/dapps/hushdex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dapps/hushdex.c b/src/cc/dapps/hushdex.c index bf97e658b..9230402d5 100644 --- a/src/cc/dapps/hushdex.c +++ b/src/cc/dapps/hushdex.c @@ -17,7 +17,7 @@ // build hushdex and put in path: git pull; gcc cc/dapps/hushdex.c -lm -o hushdex; cp hushdex /usr/bin // alice sends relcoin and gets basecoin -#define DEXP2P_CHAIN ((char *)"ZEX") +#define DEXP2P_CHAIN ((char *)"TODO") #define DEXP2P_PUBKEYS ((char *)"hushdex") #include "dappinc.h"