Comparing version 1.4.0 to 1.5.0
@@ -57,3 +57,3 @@ var bn = require('bn.js'); | ||
TX.prototype.txid = function txid(enc) { | ||
var id = utils.dsha256(this.render().reverse()) | ||
var id = utils.dsha256(this.render()).reverse() | ||
return enc === 'hex' ? utils.toHex(id) : id; | ||
@@ -60,0 +60,0 @@ }; |
{ | ||
"name": "bcoin-tx", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Bitcoin transaction object", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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