1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix documentation typo

This commit is contained in:
bitpshr 2018-05-07 15:08:43 -04:00
parent caf5a6c15c
commit 6351b7bb88

View File

@ -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) {