Skip to content

Commit 843c6bf

Browse files
committed
refactor: make minor changes to address pr comments
1 parent 898d3be commit 843c6bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/state/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ borsh = { workspace = true }
1414
digest = { workspace = true }
1515
num_enum = { workspace = true }
1616
sha2 = { workspace = true }
17-
tracing = { workspace = true } # ideally this shouldn't be in this trait
17+
tracing = { workspace = true }

functional-tests/fn_sync_genesis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def __init__(self, ctx: flexitest.InitContext):
1212
ctx.set_env("basic")
1313

1414
def main(self, ctx: flexitest.RunContext):
15-
ctx.get_service("bitcoin")
1615
seq = ctx.get_service("sequencer")
1716

1817
# create both btc and sequencer RPC

0 commit comments

Comments
 (0)