mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
remove console.log
This commit is contained in:
parent
89bb54cf7f
commit
018d13ac76
@ -111,7 +111,6 @@ Based on that, we can now create the transfer transaction:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
function transferOwnership(txCreatedID, newOwner) {
|
function transferOwnership(txCreatedID, newOwner) {
|
||||||
console.log('tttttt')
|
|
||||||
const newUser = new BigchainDB.Ed25519Keypair()
|
const newUser = new BigchainDB.Ed25519Keypair()
|
||||||
// Get transaction payload by ID
|
// Get transaction payload by ID
|
||||||
conn.getTransaction(txCreatedID)
|
conn.getTransaction(txCreatedID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user