Fixing a small mistake added/uploaded, only one required.

This commit is contained in:
CaisR3 2018-02-13 10:24:06 +00:00 committed by Joel Dudley
parent c3455053ac
commit 949d4fd7fb

View File

@ -11,7 +11,7 @@ locally so they are not re-requested if encountered again. Attachments typically
* Metadata about a transaction, such as PDF version of an invoice being settled
* Shared information to be permanently recorded on the ledger
To add attachments the file must first be added to uploaded to the node, which returns a unique ID that can be added
To add attachments the file must first be uploaded to the node, which returns a unique ID that can be added
using ``TransactionBuilder.addAttachment()``. Attachments can be uploaded and downloaded via RPC and the Corda
:doc:`shell`.