mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 13:16:44 +00:00
cormorant: add batching support
This commit is contained in:
parent
6f4fc4f2ca
commit
af6bbebac4
1 changed files with 4 additions and 0 deletions
|
@ -1007,6 +1007,10 @@ public class ElectrumServer {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(server.startsWith("cormorant")) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
if(server.startsWith("electrs/")) {
|
if(server.startsWith("electrs/")) {
|
||||||
String electrsVersion = server.substring("electrs/".length());
|
String electrsVersion = server.substring("electrs/".length());
|
||||||
int dashIndex = electrsVersion.indexOf('-');
|
int dashIndex = electrsVersion.indexOf('-');
|
||||||
|
|
Loading…
Reference in a new issue