mirror of
https://github.com/corda/corda.git
synced 2025-02-21 01:42:24 +00:00
Minor: note to self, remember to check for duplicated inputs when converting LedgerTransaction into TransactionForVerification
This commit is contained in:
parent
2c27a07c8b
commit
0aa643d4c2
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user