1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
Bruno Barbieri 2018-01-31 03:36:04 -05:00
parent e6fda855a5
commit 5f39844382

View File

@ -221,10 +221,10 @@ module.exports = class TransactionStateManger extends EventEmitter {
this._setTxStatus(txId, 'failed') this._setTxStatus(txId, 'failed')
} }
wipeTransactions(){ wipeTransactions () {
this._saveTxList([]); this._saveTxList([]);
} }
// //
// PRIVATE METHODS // PRIVATE METHODS
// //