Skip to content

Commit c6e5eb7

Browse files
committed
Update changelog
1 parent b31bf07 commit c6e5eb7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/transaction-controller/CHANGELOG.md

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

1010
### Added
1111

12+
- Support `containerTypes` property in `updateEditableParams` method ([#6014](https://github.com/MetaMask/core/pull/6014))
1213
- Add specific transaction types to outgoing transactions retrieved from accounts API ([#5987](https://github.com/MetaMask/core/pull/5987))
1314
- Add optional `amount` property to `transferInformation` object in `TransactionMeta` type.
1415

packages/transaction-controller/src/TransactionController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ export class TransactionController extends BaseController<
20362036
* @param params.maxFeePerGas - Maximum amount per gas to pay for the transaction, including the priority fee.
20372037
* @param params.maxPriorityFeePerGas - Maximum amount per gas to give to validator as incentive.
20382038
* @param params.to - Address to send the transaction to.
2039-
* @param params.value - Value associa ted with the transaction.
2039+
* @param params.value - Value associated with the transaction.
20402040
* @returns The updated transaction metadata.
20412041
*/
20422042
async updateEditableParams(

0 commit comments

Comments
 (0)