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
28c07b5020
commit
19098f7d69
@ -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…
x
Reference in New Issue
Block a user