1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00
This commit is contained in:
Ricardo Garcia 2018-01-09 09:55:33 +01:00 committed by GitHub
parent 3281c44ac0
commit 6d82d374d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)