Skip to content
Merged
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 unnecessary file extension in relative import
  • Loading branch information
MajorLift committed May 29, 2024
commit 87accddac1b51fc42419be8e9bb6b3cac1aea129
4 changes: 2 additions & 2 deletions src/transaction-types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Bytes } from './bytes.js';
import type { Hex } from './hex.js';
import type { Bytes } from './bytes';
import type { Hex } from './hex';

export type Transaction =
| LegacyTransaction
Expand Down