]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Sat, 29 Oct 2016 15:55:01 +0000 (12:55 -0300)
committerjl777 <[email protected]>
Sat, 29 Oct 2016 15:55:01 +0000 (12:55 -0300)
src/chainparams.cpp
src/komodo_utils.h

index e381b247ad3b7c28c8432a377dded0e391c7aaac..152f757386e9958dc57d1e813e5a9e5998f0869d 100644 (file)
@@ -31,10 +31,10 @@ using namespace std;
  */
 void *chainparams_commandline(void *ptr);
 extern char ASSETCHAINS_SYMBOL[16];
-uint16_t ASSETCHAINS_PORT = 0;
-uint32_t ASSETCHAIN_INIT = 0;
-uint32_t ASSETCHAINS_MAGIC = 2387029918;
-uint64_t ASSETCHAINS_SUPPLY = 10;
+extern uint16_t ASSETCHAINS_PORT = 0;
+extern uint32_t ASSETCHAIN_INIT = 0;
+extern uint32_t ASSETCHAINS_MAGIC = 2387029918;
+extern uint64_t ASSETCHAINS_SUPPLY = 10;
 
 const arith_uint256 maxUint = UintToArith256(uint256S("ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"));
 
index a4d289c7ce1b7899a91f9dd28833986ca2c0ffbd..508fb42f3e235ee9513ec8c98ee9040b18e79216 100644 (file)
@@ -18,11 +18,11 @@ std::string NOTARY_PUBKEY;
 uint8_t NOTARY_PUBKEY33[33];
 
 int32_t ASSETCHAINS_SHORTFLAG;
-extern char ASSETCHAINS_SYMBOL[16];
-extern uint16_t ASSETCHAINS_PORT;
-extern uint32_t ASSETCHAIN_INIT;
-extern uint32_t ASSETCHAINS_MAGIC;
-extern uint64_t ASSETCHAINS_SUPPLY;
+char ASSETCHAINS_SYMBOL[16];
+uint16_t ASSETCHAINS_PORT;
+uint32_t ASSETCHAIN_INIT;
+uint32_t ASSETCHAINS_MAGIC;
+uint64_t ASSETCHAINS_SUPPLY;
 
 int32_t NOTARIZED_HEIGHT,Num_nutxos,KMDHEIGHT = 43000;
 uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
This page took 0.026249 seconds and 4 git commands to generate.