Skip to content

Commit dedcdae

Browse files
committed
Update changelog
1 parent af0fc08 commit dedcdae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/transaction-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Support `containerTypes` property in `updateEditableParams` method ([#6014](https://github.com/MetaMask/core/pull/6014))
13+
1014
### Changed
1115

1216
- Remove incoming transactions when calling `wipeTransactions` ([#5986](https://github.com/MetaMask/core/pull/5986))

packages/transaction-controller/src/TransactionController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ export class TransactionController extends BaseController<
20452045
* @param params.maxFeePerGas - Maximum amount per gas to pay for the transaction, including the priority fee.
20462046
* @param params.maxPriorityFeePerGas - Maximum amount per gas to give to validator as incentive.
20472047
* @param params.to - Address to send the transaction to.
2048-
* @param params.value - Value associa ted with the transaction.
2048+
* @param params.value - Value associated with the transaction.
20492049
* @returns The updated transaction metadata.
20502050
*/
20512051
async updateEditableParams(

0 commit comments

Comments
 (0)