From 949d4fd7fb23a896d8526b3e9c44ce7ebc6e767d Mon Sep 17 00:00:00 2001 From: CaisR3 <30469399+CaisR3@users.noreply.github.com> Date: Tue, 13 Feb 2018 10:24:06 +0000 Subject: [PATCH] Fixing a small mistake added/uploaded, only one required. --- docs/source/tutorial-attachments.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial-attachments.rst b/docs/source/tutorial-attachments.rst index cbb88cf92b..df5e4b5a5e 100644 --- a/docs/source/tutorial-attachments.rst +++ b/docs/source/tutorial-attachments.rst @@ -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`.