From 366a46f8a75cd670ec4e6a639a2d2964bb354b21 Mon Sep 17 00:00:00 2001 From: michielmulders Date: Wed, 27 Sep 2017 14:35:11 +0200 Subject: [PATCH] Small extra fix in usage example --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index ff4f47a..4b958bb 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -212,7 +212,7 @@ Bob is the new owner: .. code-block:: js - console.log('Is Bob the owner?', tx['outputs'][0]['public_keys'][0] == bob.publicKey) + console.log('Is Bob the owner?', txTransferBobSigned['outputs'][0]['public_keys'][0] == bob.publicKey) // Output: true Alice is the former owner: