Fix approve transaction call in _onBootCleanUp (#16382)

feature/default_network_editable
Jyoti Puri 2 years ago committed by seaona
parent ae197d02b6
commit 1e681f9918
  1. 2
      app/scripts/controllers/transactions/index.js

@ -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…
Cancel
Save