Minor: note to self, remember to check for duplicated inputs when converting LedgerTransaction into TransactionForVerification

This commit is contained in:
Mike Hearn 2015-11-16 19:26:43 +01:00
parent 2c27a07c8b
commit 0aa643d4c2

View File

@ -118,6 +118,8 @@ data class TimestampedWireTransaction(
* with the commands from the wire, and verified/looked up.
*
* Not used yet.
*
* TODO: When converting LedgerTransaction into TransactionForVerification, make sure to check for duped inputs.
*/
class LedgerTransaction(
/** The input states which will be consumed/invalidated by the execution of this transaction. */