mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
cormorant: add batching support
This commit is contained in:
@@ -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('-');
|
||||
|
||||
Reference in New Issue
Block a user