From 226cd7a0c1d881fe55ee6a8c5f9e971edb589498 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 31 Oct 2016 14:00:56 -0300 Subject: [PATCH] test --- iguana/dpow/dpow_fsm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index acff9b721..83e35dcb5 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -466,7 +466,9 @@ void dpow_statemachinestart(void *ptr) } if ( myind < 0 || ep == 0 ) { - printf("statemachinestart this node %s %s is not official notary\n",srcaddr,destaddr); + for (i=0; i<33; i++) + printf("%02x",dp->minerkey33[i]); + printf(" statemachinestart this node %s %s is not official notary\n",srcaddr,destaddr); free(ptr); return; }