aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-07-26 06:02:21 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-07-26 06:02:21 +0800
commite0a626da3b026fd7dd258e8accf771353c4ea38e (patch)
treec6df08f06ebb4f7ab540f9f50c50cd531e74b670
parentab01358a480243c9073ac06dc4f510a6089567d0 (diff)
downloadtangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar.gz
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar.bz2
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar.lz
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar.xz
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.tar.zst
tangerine-wallet-browser-e0a626da3b026fd7dd258e8accf771353c4ea38e.zip
remove line numbers
-rw-r--r--app/scripts/controllers/transactions.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/scripts/controllers/transactions.js b/app/scripts/controllers/transactions.js
index 4d1a18df7..d96e2236a 100644
--- a/app/scripts/controllers/transactions.js
+++ b/app/scripts/controllers/transactions.js
@@ -375,7 +375,7 @@ module.exports = class TransactionController extends EventEmitter {
if (!txHash) {
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',
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)) {
const message = 'Insufficient balance.'
this.setTxStatusFailed(txMeta.id, {
- stack: '_resubnitTx: custom tx-controller error line# 472',
+ stack: '_resubnitTx: custom tx-controller ',
message,
})
cb()
@@ -516,7 +516,7 @@ module.exports = class TransactionController extends EventEmitter {
// signature and submission process
if (!txHash) {
this.setTxStatusFailed(txId, {
- stack: '_checkPendingTxs: custom tx-controller error message Line# 510',
+ stack: '_checkPendingTxs: custom tx-controller error message',
errCode: 'No hash was provided',
message: 'We had an error while submitting this transaction, please try again.',
})