Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Dec 2, 2024
1 parent b21a5d2 commit 07f0232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/types/snapState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export type V2Transaction = {
version: 'V2';
};

// for backward compatibility before StarkScan implmented in get transactions
// FIXME: temp solution for backward compatibility before StarkScan implemented in get transactions
export type Transaction = LegacyTransaction | (V2Transaction & { status?: TransactionStatus | string });

/* eslint-disable */

0 comments on commit 07f0232

Please sign in to comment.