Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 20, 2020
1 parent f114089 commit 356ef6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type BlockHash = string;
type BlockHeight = number;
export type BlockId = BlockHash | BlockHeight;

// TODO: Remove near-final?
export type Finality = 'optimistic' | 'near-final' | 'final'

export enum ExecutionStatusBasic {
Expand Down

0 comments on commit 356ef6f

Please sign in to comment.