We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd295f commit c3e658dCopy full SHA for c3e658d
packages/mobile-app/data/facades/wallet/handlers.ts
@@ -214,7 +214,7 @@ export const walletHandlers = f.facade<WalletHandlers>({
214
burns: [],
215
mints: [],
216
spends: [],
217
- type: txn.transactionType,
+ type: txn.type,
218
};
219
},
220
),
@@ -271,7 +271,7 @@ export const walletHandlers = f.facade<WalletHandlers>({
271
272
273
274
275
}));
276
277
0 commit comments