From 0c804774236203c7601d8303fa81b77a675b21f7 Mon Sep 17 00:00:00 2001 From: jernejpregelj Date: Mon, 9 Jul 2018 13:22:16 +0200 Subject: [PATCH] remove unnecessary line --- _src/_guide/tutorial-piece-of-art.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_src/_guide/tutorial-piece-of-art.md b/_src/_guide/tutorial-piece-of-art.md index 14a2909..724a40e 100644 --- a/_src/_guide/tutorial-piece-of-art.md +++ b/_src/_guide/tutorial-piece-of-art.md @@ -107,7 +107,6 @@ Based on that, we can now create the transfer transaction: ```js function transferOwnership(txCreatedID, newOwner) { - const newUser = new BigchainDB.Ed25519Keypair() // Get transaction payload by ID conn.getTransaction(txCreatedID) .then((txCreated) => {