diff --git a/src/core/currency/wallet/currency-wallet-cleaners.ts b/src/core/currency/wallet/currency-wallet-cleaners.ts index 8d64249e1..7aa7bcb3c 100644 --- a/src/core/currency/wallet/currency-wallet-cleaners.ts +++ b/src/core/currency/wallet/currency-wallet-cleaners.ts @@ -258,7 +258,6 @@ export const asEdgeTxActionFiat = asObject({ type: asEdgeTxActionFiatType, orderId: asString, - walletId: asString, orderUri: asOptional(asString), isEstimate: asBoolean, diff --git a/src/types/types.ts b/src/types/types.ts index f10461125..6b4ab1c60 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -292,7 +292,6 @@ export interface EdgeTxActionFiat { type: EdgeTxActionFiatType orderId: string - walletId: string orderUri?: string isEstimate: boolean