From 907b3ead7737bce5f2af1417885ea80b046551f4 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 11 Oct 2016 17:46:07 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 7c88ede77..2de9009ea 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -767,8 +767,8 @@ void dpow_handler(struct supernet_info *myinfo,struct basilisk_message *msg) flag = 1; } } else printf("beacon mismatch for senderind.%d\n",dsig.senderind); - } - } + } else printf("illegal lastk.%d or senderind.%d or senderpub.%llx\n",dsig.lastk,dsig.senderind,*(long long *)dsig.senderpub); + } else printf("couldnt find senderind.%d height.%d channel.%x\n",dsig.senderind,height,channel); if ( flag == 0 ) printf("SIG.%d sender.%d lastk.%d mask.%llx siglen.%d\n",height,dsig.senderind,dsig.lastk,(long long)dsig.mask,dsig.siglen); }