From 2ca3f8fcf561041b7f9bfda28ee8fcb7697039fb Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 9 Oct 2016 09:11:54 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index fc8406220..fed944d39 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -625,7 +625,11 @@ int32_t dpow_mostsignedtx(struct supernet_info *myinfo,struct dpow_info *dp,stru *lastkp = k; *maskp = mask; if ( (most= dpow_k_masks_match(notaries,numnotaries,k_masks,num,k,mask,height)) >= numnotaries/2+1 ) + { + char str[65]; *signedtxidp = dpow_notarytx(signedtx,coin->chain->isPoS,timestamp,height,notaries,numnotaries,mask,k); + printf("notarytx %s %s\n",bits256_str(str,*signedtxidp),signedtx); + } } free(k_masks); return(most);