mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
Update BlueElectrum.js
This commit is contained in:
parent
387a15f1ef
commit
f86cdca2ce
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue