We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1deb6d commit bee1aaeCopy full SHA for bee1aae
src/tests/api-tests.ts
@@ -8944,7 +8944,6 @@ describe('api tests', () => {
8944
execution_cost_write_count: 0,
8945
execution_cost_write_length: 0,
8946
};
8947
- // await db.updateBlock(client, block);
8948
const tx: DbTx = {
8949
tx_id: '0x1234',
8950
tx_index: 4,
@@ -8979,7 +8978,6 @@ describe('api tests', () => {
8979
8978
8980
8981
8982
- // await db.updateTx(client, tx);
8983
await db.update({
8984
block,
8985
microblocks: [],
0 commit comments