fix: promise all array values and monero get_transfers arg
This commit is contained in:
parent
baf95b1e7c
commit
bc1925a14c
5 changed files with 5 additions and 6 deletions
|
|
@ -154,7 +154,6 @@ function checkBlockchainStatus (cryptoCode) {
|
|||
function getTxHashesByAddress (cryptoCode, address) {
|
||||
checkCryptoCode(cryptoCode)
|
||||
.then(() => fetch('getaddresstxids', [address]))
|
||||
.then(_.values)
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue