Update BlueElectrum.js

This commit is contained in:
Overtorment 2020-05-20 15:01:43 +01:00 committed by GitHub
parent 387a15f1ef
commit f86cdca2ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -339,7 +339,7 @@ module.exports.multiGetHistoryByAddress = async function(addresses, batchsize) {
};
module.exports.multiGetTransactionByTxid = async function(txids, batchsize, verbose) {
batchsize = batchsize || 40;
batchsize = batchsize || 49;
// this value is fine-tuned so althrough wallets in test suite will occasionally
// throw 'response too large (over 1,000,000 bytes', test suite will pass
verbose = verbose !== false;