remove unnecessary line

This commit is contained in:
jernejpregelj 2018-07-09 13:22:16 +02:00
parent 5f54600271
commit 0c80477423
1 changed files with 0 additions and 1 deletions

View File

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