mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: disable RPC batching for Fulcrum electrum server
This commit is contained in:
parent
52bc662fd0
commit
fe4dedab24
@ -77,7 +77,7 @@ async function connectMain() {
|
||||
serverName = ver[0];
|
||||
mainConnected = true;
|
||||
wasConnectedAtLeastOnce = true;
|
||||
if (ver[0].startsWith('ElectrumPersonalServer') || ver[0].startsWith('electrs')) {
|
||||
if (ver[0].startsWith('ElectrumPersonalServer') || ver[0].startsWith('electrs') || ver[0].startsWith('Fulcrum')) {
|
||||
// TODO: once they release support for batching - disable batching only for lower versions
|
||||
disableBatching = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user