mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 06:31:55 +01:00
feeProvider: Ignore bitcoiner.live as site seems to be down (#5854)
This commit is contained in:
parent
b2addd539c
commit
3925098872
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class FeeRateProviderTest extends BitcoinSAsyncTest {
|
|||
|
||||
private val proxyParams = Option.empty[Socks5ProxyParams]
|
||||
|
||||
it must "get a valid fee rate from bitcoiner.live" in {
|
||||
it must "get a valid fee rate from bitcoiner.live" ignore {
|
||||
val provider = BitcoinerLiveFeeRateProvider(60, proxyParams)
|
||||
testProvider(provider)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue