aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/controllers
diff options
context:
space:
mode:
authorbitpshr <mail@bitpshr.net>2018-05-08 03:08:43 +0800
committerbitpshr <mail@bitpshr.net>2018-05-08 03:08:43 +0800
commit6351b7bb8853dab4c2a87ae7473ef1c10c03dd20 (patch)
tree618d248465ba2e0a1dff20adc75d2db397209cda /app/scripts/controllers
parentcaf5a6c15c3375d9d64116d80d87eb064e955e59 (diff)
downloadtangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar.gz
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar.bz2
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar.lz
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar.xz
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.tar.zst
tangerine-wallet-browser-6351b7bb8853dab4c2a87ae7473ef1c10c03dd20.zip
Fix documentation typo
Diffstat (limited to 'app/scripts/controllers')
-rw-r--r--app/scripts/controllers/transactions/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/controllers/transactions/index.js b/app/scripts/controllers/transactions/index.js
index a1588cfef..3886db104 100644
--- a/app/scripts/controllers/transactions/index.js
+++ b/app/scripts/controllers/transactions/index.js
@@ -114,7 +114,7 @@ class TransactionController extends EventEmitter {
/**
Check if a txMeta in the list with the same nonce has been confirmed in a block
if the txParams dont have a nonce will return false
- @returns {boolean} weather the nonce has been used in a transaction confirmed in a block
+ @returns {boolean} whether the nonce has been used in a transaction confirmed in a block
@param {object} txMeta - the txMeta object
*/
async isNonceTaken (txMeta) {