From 6d82d374d71356fe52a9752ce7860c842f603f82 Mon Sep 17 00:00:00 2001 From: Ricardo Garcia <33751220+Ricardogarcia28081991@users.noreply.github.com> Date: Tue, 9 Jan 2018 09:55:33 +0100 Subject: [PATCH] . --- _src/_guides/tutorial-piece-of-art.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/_guides/tutorial-piece-of-art.md b/_src/_guides/tutorial-piece-of-art.md index 370e983..ea40127 100644 --- a/_src/_guides/tutorial-piece-of-art.md +++ b/_src/_guides/tutorial-piece-of-art.md @@ -133,7 +133,7 @@ function transferOwnership(txCreated, newOwner) { }, ) - // Sign with the owner of the paint (Alice) + // Sign with the key of the owner of the painting (Alice) const signedTransfer = BigchainDB.Transaction .signTransaction(createTranfer, alice.privateKey) conn.postTransaction(signedTransfer)