listunspent only in case of balances is provided (#575)

This commit is contained in:
a10zn8
2024-09-25 17:03:40 +03:00
committed by GitHub
parent 2b141f7d08
commit 7c4d061fd0
8 changed files with 20 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ class GenericUpstreamMock extends GenericUpstream {
static CallMethods allMethods() {
new AggregatedCallMethods([
new DefaultEthereumMethods(Chain.ETHEREUM__MAINNET, false),
new DefaultBitcoinMethods(),
new DefaultBitcoinMethods(true),
new DirectCallMethods(["eth_test"])
])
}