Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 18, 2024
1 parent acd172c commit 45fbf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/Tests/NodeTests/Topology.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct Topology {
let eventBus = EventBus(eventMiddleware: .serial(Middleware(storeMiddleware), .noError), handlerMiddleware: .noError)
let keystore = try await DevKeyStore(devKeysCount: 0)
let keys = try await keystore.addDevKeys(seed: desc.devSeed)
let nodeConfig = await Node.Config(
let nodeConfig = await Config(
rpc: nil,
network: Network.Config(
role: desc.isValidator ? .validator : .builder,
Expand Down

0 comments on commit 45fbf54

Please sign in to comment.