File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
packages/transaction-controller Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Support ` containerTypes ` property in ` updateEditableParams ` method ([ #6014 ] ( https://github.com/MetaMask/core/pull/6014 ) )
13
+
10
14
### Changed
11
15
12
16
- Remove incoming transactions when calling ` wipeTransactions ` ([ #5986 ] ( https://github.com/MetaMask/core/pull/5986 ) )
Original file line number Diff line number Diff line change @@ -2045,7 +2045,7 @@ export class TransactionController extends BaseController<
2045
2045
* @param params.maxFeePerGas - Maximum amount per gas to pay for the transaction, including the priority fee.
2046
2046
* @param params.maxPriorityFeePerGas - Maximum amount per gas to give to validator as incentive.
2047
2047
* @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.
2049
2049
* @returns The updated transaction metadata.
2050
2050
*/
2051
2051
async updateEditableParams (
You can’t perform that action at this time.
0 commit comments