ethereum-web3-plus
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -165,3 +165,3 @@ | ||
txwait.startBlock=block.number; | ||
txwait.receipt=self.web3.eth.getTransactionReceipt(tx); | ||
txwait.receipt=self.web3.eth.getTransactionReceipt(txHash); | ||
} // end if tx exists in the wait dictionary | ||
@@ -168,0 +168,0 @@ } // end for each transaction |
{ | ||
"name": "ethereum-web3-plus", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"description": "Adds some simplifications to the web3 package such as compilation, instance creation, call sequencing", | ||
@@ -17,5 +17,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"bignumber": "^1.1.0", | ||
"web3": "^0.18.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
17732
- Removedbignumber@^1.1.0
- Removedbignumber@1.1.0(transitive)