From 8846dafa80b198d37261c3379dd323b778a5f4eb Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 15 Sep 2016 15:19:50 -0300 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index 8a4973f98..4bd2a1fd9 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -434,6 +434,8 @@ int32_t iguana_RTscanunspents(struct supernet_info *myinfo,struct iguana_info *c else printf("unspent has no parent?\n"); outpt.isptr = 1; outpt.ptr = unspent; + outpt.txid = txid; + outpt.vout = unspent->vout; outpt.value = unspent->value; outpt.hdrsi = unspent->height / coin->chain->bundlesize; if ( array != 0 )