remove line numbers

This commit is contained in:
frankiebee 2017-07-25 18:02:21 -04:00
parent ab01358a48
commit e0a626da3b
1 changed files with 3 additions and 3 deletions

View File

@ -375,7 +375,7 @@ module.exports = class TransactionController extends EventEmitter {
if (!txHash) { if (!txHash) {
return this.setTxStatusFailed(txId, { return this.setTxStatusFailed(txId, {
stack: 'checkForTxInBlock: custom tx-controller error message Line# 368', stack: 'checkForTxInBlock: custom tx-controller error me',
errCode: 'No hash was provided', errCode: 'No hash was provided',
message: 'We had an error while submitting this transaction, please try again.', message: 'We had an error while submitting this transaction, please try again.',
}) })
@ -478,7 +478,7 @@ module.exports = class TransactionController extends EventEmitter {
if (!this.txProviderUtils.sufficientBalance(txMeta.txParams, balance)) { if (!this.txProviderUtils.sufficientBalance(txMeta.txParams, balance)) {
const message = 'Insufficient balance.' const message = 'Insufficient balance.'
this.setTxStatusFailed(txMeta.id, { this.setTxStatusFailed(txMeta.id, {
stack: '_resubnitTx: custom tx-controller error line# 472', stack: '_resubnitTx: custom tx-controller ',
message, message,
}) })
cb() cb()
@ -516,7 +516,7 @@ module.exports = class TransactionController extends EventEmitter {
// signature and submission process // signature and submission process
if (!txHash) { if (!txHash) {
this.setTxStatusFailed(txId, { this.setTxStatusFailed(txId, {
stack: '_checkPendingTxs: custom tx-controller error message Line# 510', stack: '_checkPendingTxs: custom tx-controller error message',
errCode: 'No hash was provided', errCode: 'No hash was provided',
message: 'We had an error while submitting this transaction, please try again.', message: 'We had an error while submitting this transaction, please try again.',
}) })