mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Fixing a small mistake added/uploaded, only one required.
This commit is contained in:
parent
c3455053ac
commit
949d4fd7fb
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user