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
|
|
@ -112,7 +112,7 @@ function getStatus (account, tx, requested, settings, operatorId) {
|
|||
return Promise.resolve({status: 'confirmed'})
|
||||
}
|
||||
|
||||
function supportsBatching (account, cryptoCode) {
|
||||
function supportsBatching (cryptoCode) {
|
||||
return Promise.resolve(_.includes(cryptoCode, BATCHABLE_COINS))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue