Browse Source

Fix

pull/4/head
jl777 6 years ago
parent
commit
6e0857cee1
  1. 5
      src/wallet-utility.cpp

5
src/wallet-utility.cpp

@ -11,8 +11,11 @@
#include "komodo_defs.h"
char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
int64_t MAX_MONEY = 200000000 * 100000000LL;
uint64_t ASSETCHAINS_SUPPLY;
uint16_t BITCOIND_PORT = 7771;
uint32_t ASSETCHAINS_CC = 0;
uint16_t ASSETCHAINS_PORT;
uint32_t ASSETCHAIN_INIT,ASSETCHAINS_CC;
uint32_t ASSETCHAINS_MAGIC = 2387029918;
void show_help()
{

Loading…
Cancel
Save