1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-11-22 09:46:58 +01:00

Small extra fix in usage example

This commit is contained in:
michielmulders 2017-09-27 14:35:11 +02:00
parent c939977c90
commit 366a46f8a7

View File

@ -212,7 +212,7 @@ Bob is the new owner:
.. code-block:: js .. 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 // Output: true
Alice is the former owner: Alice is the former owner: