Skip to content

Commit 3bbace6

Browse files
committed
chore: clean out of place comment
1 parent ed21c6c commit 3bbace6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export interface IHistoryTx {
9393
nc_method?: string; // For nano contract
9494
nc_args?: string; // For nano contract. Args in hex
9595
nc_pubkey?: string; // For nano contract. Pubkey in hex
96-
first_block?: string; // For nano contract. It confirms the execution
96+
first_block?: string;
9797
}
9898

9999
export enum TxHistoryProcessingStatus {

0 commit comments

Comments
 (0)