1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02: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,
),
preferencesStore: this.preferencesController.store,
txHistoryLimit: 40,
txHistoryLimit: 60,
signTransaction: this.keyringController.signTransaction.bind(
this.keyringController,
),