Skip to content

Commit bee1aae

Browse files
committed
refactor: removed unecessory comments
1 parent b1deb6d commit bee1aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tests/api-tests.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8944,7 +8944,6 @@ describe('api tests', () => {
89448944
execution_cost_write_count: 0,
89458945
execution_cost_write_length: 0,
89468946
};
8947-
// await db.updateBlock(client, block);
89488947
const tx: DbTx = {
89498948
tx_id: '0x1234',
89508949
tx_index: 4,
@@ -8979,7 +8978,6 @@ describe('api tests', () => {
89798978
execution_cost_write_count: 0,
89808979
execution_cost_write_length: 0,
89818980
};
8982-
// await db.updateTx(client, tx);
89838981
await db.update({
89848982
block,
89858983
microblocks: [],

0 commit comments

Comments
 (0)