KOMODO_ASSETCHAIN_MAXLEN -> 65

This commit is contained in:
jl777
2017-11-10 19:07:36 +02:00
parent e9d73912be
commit 7c130297c2
18 changed files with 31 additions and 30 deletions

View File

@@ -515,7 +515,7 @@ UniValue gettxoutsetinfo(const UniValue& params, bool fHelp)
#define IGUANA_MAXSCRIPTSIZE 10001
#define KOMODO_KVDURATION 1440
#define KOMODO_KVBINARY 2
extern char ASSETCHAINS_SYMBOL[16];
extern char ASSETCHAINS_SYMBOL[KOMODO_ASSETCHAIN_MAXLEN];
uint64_t komodo_interest(int32_t txheight,uint64_t nValue,uint32_t nLockTime,uint32_t tiptime);
uint32_t komodo_txtime(uint256 hash);
uint64_t komodo_paxprice(uint64_t *seedp,int32_t height,char *base,char *rel,uint64_t basevolume);