From ee266ad84f2b8210e40df0101545d6dca8bd7158 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 9 Jul 2019 21:34:59 -1100 Subject: [PATCH] H --- src/komodo_nSPV_superlite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV_superlite.h b/src/komodo_nSPV_superlite.h index b81250424..5e8821712 100644 --- a/src/komodo_nSPV_superlite.h +++ b/src/komodo_nSPV_superlite.h @@ -63,7 +63,7 @@ void komodo_nSPVresp(CNode *pfrom,std::vector response) // received a r NSPV_lastinfo = timestamp - ASSETCHAINS_BLOCKTIME/4; // need to validate new header to make sure it is valid mainchain if ( NSPV_inforesult.height == NSPV_inforesult.hdrheight ) - NSPV_tiptime = NSPV_inforesult.hdr.nTime; + NSPV_tiptime = NSPV_inforesult.H.nTime; } break; case NSPV_UTXOSRESP: