From 66e31258095544394c37ddbe60430635e1170a11 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 12 Feb 2017 08:20:58 +0200 Subject: [PATCH] test --- iguana/kmd_lookup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/kmd_lookup.h b/iguana/kmd_lookup.h index c325d84b9..28b2af098 100755 --- a/iguana/kmd_lookup.h +++ b/iguana/kmd_lookup.h @@ -307,6 +307,7 @@ cJSON *kmd_transactionjson(struct kmd_transactionhh *ptr,char *typestr) cJSON *kmd_unspentjson(struct kmd_transaction *tx,int32_t vout) { cJSON *item = cJSON_CreateObject(); + jaddstr(item,"type","received"); jaddbits256(item,"txid",tx->txid); jaddnum(item,"vout",vout); jaddnum(item,"amount",dstr(tx->vouts[vout].amount));