diff --git a/.gitignore b/.gitignore index 3c3629e..37d7e73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.env diff --git a/package.json b/package.json index bdd0986..08fd511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tx-manager", - "version": "0.2.3", + "version": "0.2.4", "description": "", "main": "index.js", "scripts": { diff --git a/src/Transaction.js b/src/Transaction.js index a25b559..8b2ddb6 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -154,7 +154,6 @@ class Transaction { this._emitter.emit('transactionHash', txHash) console.log(`Broadcasted transaction ${txHash}`) - console.log(this.tx) } /**