From b35d0253887e519f58846bd1352ecddef224b871 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 6 Jul 2019 00:30:28 -1100 Subject: [PATCH] Add hex --- src/komodo_nSPV_wallet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_nSPV_wallet.h b/src/komodo_nSPV_wallet.h index 5aa1fd038..c96aa99db 100644 --- a/src/komodo_nSPV_wallet.h +++ b/src/komodo_nSPV_wallet.h @@ -281,6 +281,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a { TxToJSON(tx,uint256(),result); result.push_back(Pair("result","success")); + result.push_back(Pair("hex",hex)); } else {