mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +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;
|
||||
}
|
||||
|
||||
if(server.startsWith("cormorant")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if(server.startsWith("electrs/")) {
|
||||
String electrsVersion = server.substring("electrs/".length());
|
||||
int dashIndex = electrsVersion.indexOf('-');
|
||||
|
|
Loading…
Reference in a new issue