Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove note from docs
  • Loading branch information
vinistevam committed Dec 9, 2025
commit a77f40734a63d50f5d2b02410fe0c122a61bed3e
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export type TransactionControllerGetTransactionsAction = {
* Updates an existing transaction in state.
*
* @param transactionMeta - The new transaction to store in state.
* @param note - A note or update reason to include in the transaction history.
*/
export type TransactionControllerUpdateTransactionAction = {
type: `${typeof controllerName}:updateTransaction`;
Expand Down