From e9115be059c4f1a69c09505fc522a023ae51142c Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Mar 2018 14:04:24 +0200 Subject: [PATCH] Test --- src/komodo_notary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_notary.h b/src/komodo_notary.h index deb0dd8f6..1c5e9c9e2 100644 --- a/src/komodo_notary.h +++ b/src/komodo_notary.h @@ -412,7 +412,7 @@ int32_t komodo_MoMdata(int32_t *notarized_htp,uint256 *MoMp,uint256 *kmdtxidp,in printf("komodo_MoMdata.(%s -> %s) %d i.%d np->ht %d MoMdepth.%d\n",symbol,dest,nHeight,i,np->nHeight,np->MoMdepth); *notarized_htp = np->nHeight; *MoMp = np->MoM; - *kmdtxidp = np->NOTARIZED_DESTTXID; + *kmdtxidp = np->notarized_desttxid; return(np->MoMdepth); } }