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

Increase the txHistoryLimit in the transaction controller to 60 (#13743)

This commit is contained in:
Niranjana Binoy 2022-02-24 11:51:33 -05:00 committed by Dan Miller
parent 3f0fa89d8d
commit 8c9efb2a1f

View File

@ -671,7 +671,7 @@ export default class MetamaskController extends EventEmitter {
this.networkController, this.networkController,
), ),
preferencesStore: this.preferencesController.store, preferencesStore: this.preferencesController.store,
txHistoryLimit: 40, txHistoryLimit: 60,
signTransaction: this.keyringController.signTransaction.bind( signTransaction: this.keyringController.signTransaction.bind(
this.keyringController, this.keyringController,
), ),