fix: remove settings parameter from individual wallet interfaces

This commit is contained in:
Sérgio Salgado 2021-06-09 14:39:36 +01:00
parent e6be999f02
commit bef24cf3a3
9 changed files with 9 additions and 9 deletions

View file

@ -131,7 +131,7 @@ function cryptoNetwork (account, cryptoCode, settings, operatorId) {
.then(() => parseInt(rpcConfig.port, 10) === 18332 ? 'test' : 'main')
}
function supportsBatching (account, cryptoCode) {
function supportsBatching (cryptoCode) {
return checkCryptoCode(cryptoCode)
.then(() => SUPPORTS_BATCHING)
}