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);