fix: check for wallet tx batching support
This commit is contained in:
parent
73c0d09198
commit
8289c55acf
10 changed files with 77 additions and 26 deletions
|
|
@ -230,7 +230,7 @@ function isStrictAddress (settings, cryptoCode, toAddress) {
|
|||
|
||||
function supportsBatching (settings, cryptoCode) {
|
||||
return fetchWallet(settings, cryptoCode)
|
||||
.then(r => _.isFunction(r.wallet.sendCoinsBatch))
|
||||
.then(r => r.wallet.supportsBatching(settings, cryptoCode))
|
||||
}
|
||||
|
||||
const coinFilter = ['ETH']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue