bitcoinjs-lib
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "bitcoinjs-lib", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Client-side Bitcoin JavaScript library", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -472,3 +472,3 @@ var Buffer = require('safe-buffer').Buffer | ||
// WARNING: This is __NOT__ to be relied on, its just another potential safety mechanism (safety in-depth) | ||
this.maximumFeeRate = maximumFeeRate || 1000 | ||
this.maximumFeeRate = maximumFeeRate || 2500 | ||
@@ -475,0 +475,0 @@ this.inputs = [] |
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