fix: remove comment
This commit is contained in:
parent
b950519843
commit
1ad937527e
1 changed files with 0 additions and 4 deletions
|
|
@ -17,9 +17,6 @@ const paymentPrefixPath = "m/44'/60'/0'/0'"
|
|||
const defaultPrefixPath = "m/44'/60'/1'/0'"
|
||||
let lastUsedNonces = {}
|
||||
|
||||
// const contract = web3.eth.contract(erc20ABIs.usdt, coins.utils.getErc20Token('USDT').contractAddress)
|
||||
// console.log(contract)
|
||||
|
||||
module.exports = {
|
||||
NAME,
|
||||
balance,
|
||||
|
|
@ -69,7 +66,6 @@ function sendCoins (account, tx, settings, operatorId) {
|
|||
|
||||
function checkCryptoCode (cryptoCode) {
|
||||
if (cryptoCode === 'ETH' || coins.utils.isErc20Token(cryptoCode)) {
|
||||
// console.log(cryptoCode)
|
||||
return Promise.resolve(cryptoCode)
|
||||
}
|
||||
return Promise.reject(new Error('cryptoCode must be ETH'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue