Fix documentation typo

feature/default_network_editable
bitpshr 7 years ago
parent caf5a6c15c
commit 6351b7bb88
  1. 2
      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 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 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 @param {object} txMeta - the txMeta object
*/ */
async isNonceTaken (txMeta) { async isNonceTaken (txMeta) {

Loading…
Cancel
Save