mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Small extra fix in usage example
This commit is contained in:
parent
c939977c90
commit
366a46f8a7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user