From 28a83fae36019a51a72ed046fec4252d6033db98 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 16 Apr 2016 04:37:37 -0500 Subject: [PATCH] test --- iguana/iguana_unspents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_unspents.c b/iguana/iguana_unspents.c index cf8340c4c..02b8eede8 100755 --- a/iguana/iguana_unspents.c +++ b/iguana/iguana_unspents.c @@ -903,7 +903,7 @@ int32_t iguana_spendvectorsave(struct iguana_info *coin,struct iguana_bundle *bp printf("error mapping Xspendmap.(%s)\n",fname); else { - printf("created.(%s)\n",fname); + printf("created.(%s) %p[%d]\n",fname,bp->ramchain.Xspendinds,bp->ramchain.numXspends); retval = 0; } }