fix: remove settings parameter from individual wallet interfaces
This commit is contained in:
parent
e6be999f02
commit
bef24cf3a3
9 changed files with 9 additions and 9 deletions
|
|
@ -230,7 +230,7 @@ function isStrictAddress (settings, cryptoCode, toAddress) {
|
|||
|
||||
function supportsBatching (settings, cryptoCode) {
|
||||
return fetchWallet(settings, cryptoCode)
|
||||
.then(r => r.wallet.supportsBatching(settings, cryptoCode))
|
||||
.then(r => r.wallet.supportsBatching(cryptoCode))
|
||||
}
|
||||
|
||||
const coinFilter = ['ETH']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue