File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
packages/transaction-controller Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+ - Support ` containerTypes ` property in ` updateEditableParams ` method ([ #6014 ] ( https://github.com/MetaMask/core/pull/6014 ) )
12
13
- Add specific transaction types to outgoing transactions retrieved from accounts API ([ #5987 ] ( https://github.com/MetaMask/core/pull/5987 ) )
13
14
- Add optional ` amount ` property to ` transferInformation ` object in ` TransactionMeta ` type.
14
15
Original file line number Diff line number Diff line change @@ -2036,7 +2036,7 @@ export class TransactionController extends BaseController<
2036
2036
* @param params.maxFeePerGas - Maximum amount per gas to pay for the transaction, including the priority fee.
2037
2037
* @param params.maxPriorityFeePerGas - Maximum amount per gas to give to validator as incentive.
2038
2038
* @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.
2040
2040
* @returns The updated transaction metadata.
2041
2041
*/
2042
2042
async updateEditableParams (
You can’t perform that action at this time.
0 commit comments