From c27d1ac788be8aeb380f9c0de71c9b25476d6273 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 21 Mar 2017 18:38:34 +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 64e10e61f..34d5e51c0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -717,7 +717,7 @@ bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime) return true; if ( ASSETCHAINS_SYMBOL[0] == 0 && (int64_t)tx.nLockTime >= LOCKTIME_THRESHOLD ) { - locktime = komodo_interest_args(&txheight,&tiptime,&value,hash,0); + locktime = komodo_interest_args(&txheight,&tiptime,&value,tx.GetHash(),0); if ( tiptime == 0 ) tiptime = nBlockTime; if ( (int64_t)tx.nLockTime < tiptime-3600 )