Skip to content

Commit 848747a

Browse files
authored
chore: cleanup unused file & newly caught typos (0xMiden#1359)
1 parent 91c821b commit 848747a

File tree

3 files changed

+2
-286
lines changed

3 files changed

+2
-286
lines changed

crates/idxdb-store/src/mod.rs

Lines changed: 0 additions & 284 deletions
This file was deleted.

crates/testing/node-builder/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ fn generate_genesis_account() -> anyhow::Result<AccountFile> {
376376
// to be deployed. An account is deployed onchain along with its first transaction which
377377
// results in a non-zero nonce onchain.
378378
//
379-
// The genesis block is special in that accounts are "deplyed" without transactions and
379+
// The genesis block is special in that accounts are "deployed" without transactions and
380380
// therefore we need bump the nonce manually to uphold this invariant.
381381
let (id, vault, storage, code, ..) = account.into_parts();
382382
let updated_account = Account::new_unchecked(id, vault, storage, code, ONE, None);

crates/web-client/test/import_export.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// TODO: Rename this / figure out rebasing with the other featuer which has import tests
1+
// TODO: Rename this / figure out rebasing with the other feature which has import tests
22

33
import test from "./playwright.global.setup";
44
import { Page, expect } from "@playwright/test";

0 commit comments

Comments
 (0)