mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge pull request #2665 from BlueWallet/ref-electrum
REF: electrum protocol error graceful handling
This commit is contained in:
commit
563162c8b1
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ module.exports.multiGetTransactionByTxid = async function (txids, batchsize, ver
|
|||
txdata.result = await mainClient.blockchainTransaction_get(txdata.param, verbose);
|
||||
}
|
||||
ret[txdata.param] = txdata.result;
|
||||
delete ret[txdata.param].hex; // compact
|
||||
if (ret[txdata.param]) delete ret[txdata.param].hex; // compact
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue