mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-07 19:38:25 +02:00
cormorant: add batching support
This commit is contained in:
parent
6f4fc4f2ca
commit
af6bbebac4
@ -1007,6 +1007,10 @@ public class ElectrumServer {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(server.startsWith("cormorant")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(server.startsWith("electrs/")) {
|
||||
String electrsVersion = server.substring("electrs/".length());
|
||||
int dashIndex = electrsVersion.indexOf('-');
|
||||
|
Loading…
x
Reference in New Issue
Block a user