mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-29 09:38:47 -04:00
feat(gui): Deprioritize asbs running below 1.0.0-alpha.1
(#163)
This commit is contained in:
parent
668403e074
commit
7ebe59bc8d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ import { Multiaddr } from "multiaddr";
|
|||
import semver from "semver";
|
||||
import { isTestnet } from "store/config";
|
||||
|
||||
const MIN_ASB_VERSION = "0.13.3";
|
||||
const MIN_ASB_VERSION = "1.0.0-alpha.1"
|
||||
|
||||
export function providerToConcatenatedMultiAddr(provider: Provider) {
|
||||
return new Multiaddr(provider.multiAddr)
|
||||
|
@ -26,4 +26,4 @@ export function isProviderOutdated(provider: ExtendedProviderStatus): boolean {
|
|||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue