mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Fix approve transaction call in _onBootCleanUp (#16382)
This commit is contained in:
parent
ae197d02b6
commit
1e681f9918
@ -1844,7 +1844,7 @@ export default class TransactionController extends EventEmitter {
|
||||
.forEach((txMeta) => {
|
||||
// Line below will try to publish transaction which is in
|
||||
// APPROVED state at the time of controller bootup
|
||||
this.approveTransaction(txMeta);
|
||||
this.approveTransaction(txMeta.id);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user