From 41b9c83a14bf9b31c096d44c3fcd722f0b819c2e Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 8 Oct 2016 18:27:41 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index eb6c60932..2f34a0818 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -449,6 +449,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc if ( (vin= jarray(&m,txobj2,"vin")) != 0 && myind < m ) { item = jitem(vin,myind); + printf("myvin.(%s)\n",jprint(item,0)); if ( (sigobj= jobj(item,"scriptSig")) != 0 && (sigstr= jstr(sigobj,"hex")) != 0 ) { siglen = (int32_t)strlen(sigstr) >> 1; @@ -461,6 +462,7 @@ int32_t dpow_signedtxgen(struct supernet_info *myinfo,struct dpow_info *dp,struc { for (j=0; j