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:
parent
caf5a6c15c
commit
6351b7bb88
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user