aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts
diff options
context:
space:
mode:
authorfrankiebee <frankie.diamond@gmail.com>2017-07-26 06:23:17 +0800
committerfrankiebee <frankie.diamond@gmail.com>2017-07-26 06:23:26 +0800
commitb81f8831505b1ebb1d58a474d52b068d42879d56 (patch)
treec136716870bd441308375989ac795a9252b447f9 /app/scripts
parent1df833bee8a51c304491a3045138560e8c3f2b52 (diff)
downloadtangerine-wallet-browser-b81f8831505b1ebb1d58a474d52b068d42879d56.tar.gz
tangerine-wallet-browser-b81f8831505b1ebb1d58a474d52b068d42879d56.tar.zst
tangerine-wallet-browser-b81f8831505b1ebb1d58a474d52b068d42879d56.zip
fix stack wording
Diffstat (limited to 'app/scripts')
-rw-r--r--app/scripts/controllers/transactions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/scripts/controllers/transactions.js b/app/scripts/controllers/transactions.js
index 4de2b7db3..5485dc723 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 me',
+ stack: 'checkForTxInBlock: custom tx-controller error message',
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 ',
+ stack: '_resubnitTx: custom tx-controller error',
message,
})
cb()