mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Update tutorial-test-dsl.rst (#3483)
This commit is contained in:
parent
dcfe37c83c
commit
0670634bad
@ -99,7 +99,7 @@ Let's add a ``CommercialPaper`` transaction:
|
||||
}
|
||||
|
||||
We can add a transaction to the ledger using the ``transaction`` primitive. The transaction in turn may be defined by
|
||||
specifying ``input``-s, ``output``-s, ``command``-s and ``attachment``-s.
|
||||
specifying ``input``s, ``output``s, ``command``s and ``attachment``s.
|
||||
|
||||
The above ``input`` call is a bit special; transactions don't actually contain input states, just references
|
||||
to output states of other transactions. Under the hood the above ``input`` call creates a dummy transaction in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user