listunspent only in case of balances is provided (#575)
This commit is contained in:
@@ -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"])
|
||||
])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user