From 1a85595b5a5ddc4c39dda16faf602df4bcbe22da Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 24 Mar 2017 00:14:38 +0200 Subject: [PATCH] Test --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b1d061427..cae353b38 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -710,7 +710,7 @@ bool IsStandardTx(const CTransaction& tx, string& reason) int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32_t txheightarg) { - int32_t i; uint64_t value=0; CBlockIndex *prev; + int32_t i; uint32_t cmptime; uint64_t value=0; CBlockIndex *prev; if ( ASSETCHAINS_SYMBOL[0] == 0 && (int64_t)tx.nLockTime >= LOCKTIME_THRESHOLD )//1473793441 ) { /* uint32_t prevblocktime=0,cmptime=0,txheighttime=0,tiptime=0,locktime=0;