Skip to content

Commit

Permalink
fix: replaced config.role.clone with config.role in dancelight's node…
Browse files Browse the repository at this point in the history
… dev_service config
  • Loading branch information
Aleksandar Brayanov committed Nov 21, 2024
1 parent d6d3f18 commit 601187f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solo-chains/node/tanssi-relay-service/src/dev_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ fn new_full<
..
}: NewFullParams<OverseerGenerator>,
) -> Result<NewFull, Error> {
let role = config.role.clone();
let role = config.role;

let basics = new_partial_basics(&mut config, telemetry_worker_handle)?;

Expand Down

0 comments on commit 601187f

Please sign in to comment.