bitcore-lib-doge
Advanced tools
Comparing version 10.0.28 to 10.0.32
@@ -67,4 +67,4 @@ 'use strict'; | ||
// Minimum amount for an output for it not to be considered a dust output | ||
// https://github.com/dogecoin/dogecoin/blob/0b46a40ed125d7bf4b5a485b91350bc8bdc48fc8/src/primitives/transaction.h#L197 | ||
Transaction.DUST_AMOUNT = 100000000; | ||
// https://github.com/dogecoin/dogecoin/blob/a758fa798217ea7c12e08224596dc0ae9c03b2a8/doc/fee-recommendation.md | ||
Transaction.DUST_AMOUNT = 1000000; // 0.01 DOGE | ||
@@ -71,0 +71,0 @@ // Margin of error to allow fees in the vecinity of the expected value but doesn't allow a big difference |
{ | ||
"name": "bitcore-lib-doge", | ||
"version": "10.0.28", | ||
"version": "10.0.32", | ||
"description": "A pure and powerful JavaScript Dogecoin library.", | ||
@@ -55,3 +55,3 @@ "author": "BitPay <dev@bitpay.com>", | ||
"license": "MIT", | ||
"gitHead": "c47030e29c2ef353b41955d78fd0ca5c8422c590" | ||
"gitHead": "8a0ec5323d032c9796e6607c0ac25eab1b60acb8" | ||
} |
Sorry, the diff of this file is too big to display
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
3979623