Skip to content

Commit 11b4791

Browse files
committed
chore: post-merge fixes
1 parent 009fdb5 commit 11b4791

File tree

4 files changed

+76
-2260
lines changed

4 files changed

+76
-2260
lines changed

docs/generated.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,16 +1176,12 @@ export interface Block {
11761176
* Execution cost write length.
11771177
*/
11781178
execution_cost_write_length: number;
1179-
<<<<<<< HEAD
11801179
/**
11811180
* List of txs counts in each accepted microblock
11821181
*/
11831182
microblock_tx_count: {
11841183
[k: string]: number | undefined;
11851184
};
1186-
[k: string]: unknown | undefined;
1187-
=======
1188-
>>>>>>> master
11891185
}
11901186
/**
11911187
* Error

0 commit comments

Comments
 (0)