Skip to content

Commit

Permalink
fixup! Add EdgeTxActionFiat tx action
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Dec 2, 2023
1 parent 3db2d66 commit e6c4957
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/currency/wallet/currency-wallet-cleaners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export const asEdgeTxActionFiat = asObject<EdgeTxActionFiat>({
type: asEdgeTxActionFiatType,

orderId: asString,
walletId: asString,
orderUri: asOptional(asString),
isEstimate: asBoolean,

Expand Down
1 change: 0 additions & 1 deletion src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ export interface EdgeTxActionFiat {
type: EdgeTxActionFiatType

orderId: string
walletId: string
orderUri?: string
isEstimate: boolean

Expand Down

0 comments on commit e6c4957

Please sign in to comment.