mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
TODO: Reminder to add issuance information to the JSON-RPC response
This commit is contained in:
parent
71d52fa0b6
commit
287421e031
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue