Skip to content

Commit

Permalink
refactor: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lissavxo committed Jan 17, 2025
1 parent 6dffd7b commit 4dec09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/lib/util/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Transaction {
timestamp: number
address: string
rawMessage?: string
inputAddresses?: (string | undefined)[]
inputAddresses?: string[]
}

export interface UtxoDetails {
Expand Down

0 comments on commit 4dec09a

Please sign in to comment.