TODO: Reminder to add issuance information to the JSON-RPC response

This commit is contained in:
Mark Friedenbach 2017-03-11 14:47:02 -08:00 committed by Gregory Sanders
parent 71d52fa0b6
commit 287421e031

View file

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