disable multisig required fee check

This commit is contained in:
Matias Alejo Garcia 2018-03-02 10:38:57 -03:00
parent 137256c457
commit 7b342d4a4d
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
2 changed files with 4 additions and 4 deletions

View File

@ -180,9 +180,9 @@ Verifier.checkPaypro = function(txp, payproOpts) {
amount = txp.amount;
}
if (feeRate && payproOpts.requiredFeeRate &&
feeRate < payproOpts.requiredFeeRate)
return false;
// if (feeRate && payproOpts.requiredFeeRate &&
// feeRate < payproOpts.requiredFeeRate)
// return false;
return toAddress == payproOpts.toAddress && amount == payproOpts.amount;
};

View File

@ -2,7 +2,7 @@
"name": "bitcore-wallet-client",
"description": "Client for bitcore-wallet-service",
"author": "BitPay Inc",
"version": "6.7.1",
"version": "6.7.2",
"license": "MIT",
"keywords": [
"bitcoin",