From 287421e0312ccdb04b5ae3c7debad0280d86ffcd Mon Sep 17 00:00:00 2001 From: Mark Friedenbach Date: Sat, 11 Mar 2017 14:47:02 -0800 Subject: [PATCH] TODO: Reminder to add issuance information to the JSON-RPC response --- src/rpc/rawtransaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index f437c26158..1694c60fd9 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -119,7 +119,7 @@ void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry) } in.push_back(Pair("scriptWitness", scriptWitness)); } - + // FIXME: issuance goes here } in.push_back(Pair("sequence", (int64_t)txin.nSequence)); vin.push_back(in);