The smart chain to store swap data will be called HUSHDEX
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
// build hushdex and put in path: git pull; gcc cc/dapps/hushdex.c -lm -o hushdex; cp hushdex /usr/bin
|
// 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
|
// alice sends relcoin and gets basecoin
|
||||||
|
|
||||||
#define DEXP2P_CHAIN ((char *)"TODO")
|
#define DEXP2P_CHAIN ((char *)"HUSHDEX")
|
||||||
#define DEXP2P_PUBKEYS ((char *)"hushdex")
|
#define DEXP2P_PUBKEYS ((char *)"hushdex")
|
||||||
#include "dappinc.h"
|
#include "dappinc.h"
|
||||||
|
|
||||||
@@ -155,6 +155,9 @@ int32_t hushdex_zonly(struct coininfo *coin)
|
|||||||
if ( strcmp(coin->coin,"HUSH3") == 0 )
|
if ( strcmp(coin->coin,"HUSH3") == 0 )
|
||||||
return(1);
|
return(1);
|
||||||
|
|
||||||
|
if ( strcmp(coin->coin,"HUSHFILE") == 0 )
|
||||||
|
return(1);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user