mirror of
https://github.com/corda/corda.git
synced 2025-06-17 22:58:19 +00:00
Updating docs w.r.t. new FilteredTransaction and TransactionSignature (#1678)
This commit is contained in:
committed by
GitHub
parent
72cff032e6
commit
c8fc1b624b
@ -67,7 +67,7 @@ different ``SignedTransaction``. For instance in a foreign exchange
|
||||
scenario we shouldn't send a ``SignedTransaction`` with only our sell
|
||||
side populated as that could be used to take the money without the
|
||||
expected return of the other currency. Also, it is best practice for
|
||||
flows to receive back the ``DigitalSignature.WithKey`` of other parties
|
||||
flows to receive back the ``TransactionSignature`` of other parties
|
||||
rather than a full ``SignedTransaction`` objects, because otherwise we
|
||||
have to separately check that this is still the same
|
||||
``SignedTransaction`` and not a malicious substitute.
|
||||
|
Reference in New Issue
Block a user