Browse Source

Merge pull request #693 from l0rb/patch-2

remove unused variable
pull/4/head
jl777 6 years ago
committed by GitHub
parent
commit
ada22ead25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/komodo_bitcoind.h

3
src/komodo_bitcoind.h

@ -1024,9 +1024,8 @@ int32_t komodo_isrealtime(int32_t *kmdheightp)
else return(0);
}
int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_t nTime,int32_t dispflag)
int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_t cmptime,int32_t dispflag)
{
uint32_t cmptime = nTime;
if ( KOMODO_REWIND == 0 && ASSETCHAINS_SYMBOL[0] == 0 && (int64_t)tx.nLockTime >= LOCKTIME_THRESHOLD ) //1473793441 )
{
if ( txheight > 246748 )

Loading…
Cancel
Save