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 GitHub
parent 28c07b5020
commit 19098f7d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
),