Refactoring
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#include "base58.h"
|
||||
#include "wallet/crypter.h"
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#include "hush_defs.h"
|
||||
|
||||
char SMART_CHAIN_SYMBOL[HUSH_SMART_CHAIN_MAXLEN];
|
||||
int64_t MAX_MONEY = 200000000 * 100000000LL;
|
||||
uint64_t ASSETCHAINS_SUPPLY;
|
||||
@@ -19,12 +19,10 @@ uint32_t ASSETCHAIN_INIT,ASSETCHAINS_CC;
|
||||
uint32_t ASSETCHAINS_MAGIC = 2387029918;
|
||||
uint32_t ASSETCHAINS_EQUIHASH = 0;
|
||||
uint32_t ASSETCHAINS_ALGO = 0;
|
||||
int32_t ASSETCHAINS_LWMAPOS = 0;
|
||||
int32_t ASSETCHAINS_OVERWINTER = 227520;
|
||||
int32_t ASSETCHAINS_SAPLING = 227520;
|
||||
int32_t HUSH_TESTNODE = 0;
|
||||
int32_t KOMODO_BLOCK_POSUNITS = 1000;
|
||||
|
||||
int32_t ASSETCHAINS_LWMAPOS = 0;
|
||||
int32_t ASSETCHAINS_OVERWINTER = 227520;
|
||||
int32_t ASSETCHAINS_SAPLING = 227520;
|
||||
int32_t HUSH_TESTNODE = 0;
|
||||
unsigned int MAX_BLOCK_SIGOPS = 20000;
|
||||
|
||||
void show_help()
|
||||
|
||||
Reference in New Issue
Block a user