|
@ -742,7 +742,10 @@ void dpow_nanoutxoset(struct supernet_info *myinfo,struct dpow_info *dp,struct d |
|
|
if ( (ujson= dpow_gettxout(myinfo,bp->srccoin,np->srcutxo,np->srcvout)) != 0 ) |
|
|
if ( (ujson= dpow_gettxout(myinfo,bp->srccoin,np->srcutxo,np->srcvout)) != 0 ) |
|
|
{ |
|
|
{ |
|
|
if ( j64bits(ujson,"value") == 0 ) |
|
|
if ( j64bits(ujson,"value") == 0 ) |
|
|
|
|
|
{ |
|
|
|
|
|
printf("(%s)\n",jprint(ujson,0)); |
|
|
err = 1; |
|
|
err = 1; |
|
|
|
|
|
} |
|
|
free_json(ujson); |
|
|
free_json(ujson); |
|
|
} else err = 1; |
|
|
} else err = 1; |
|
|
if ( err != 0 ) |
|
|
if ( err != 0 ) |
|
|