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
|
|
@ -140,7 +140,7 @@ function newFunding (account, cryptoCode, settings, operatorId) {
|
|||
}))
|
||||
}
|
||||
|
||||
function supportsBatching (account, cryptoCode) {
|
||||
function supportsBatching (cryptoCode) {
|
||||
return checkCryptoCode(cryptoCode)
|
||||
.then(() => SUPPORTS_BATCHING)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue