fix: remove coins not supported by ciphertrace

This commit is contained in:
José Oliveira 2022-07-20 11:08:57 +01:00
parent 708dea736d
commit e798be94ae
3 changed files with 3 additions and 12 deletions

View file

@ -152,9 +152,7 @@ function checkBlockchainStatus (cryptoCode) {
}
function getTxHashesByAddress (cryptoCode, address) {
checkCryptoCode(cryptoCode)
.then(() => fetch('getaddresstxids', [address]))
.then(_.mapKeys(() => 'txid'))
throw new Error(`Transactions hash retrieval is not implemented for this coin!`)
}
module.exports = {