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:
parent
3f0fa89d8d
commit
8c9efb2a1f
@ -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,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user