Skip to content

Commit

Permalink
Merge pull request #364 from loselarry/main
Browse files Browse the repository at this point in the history
chore: fix typo in comment
  • Loading branch information
nazar-pc authored Dec 24, 2024
2 parents 414fe13 + 4cb55f4 commit 02f556c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/farmer/direct_node_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ where
let info = config.client.info();
let best_hash = info.best_hash;
let genesis_hash = BlockHash::try_from(info.genesis_hash.as_ref())
.expect("Genesis hash must always be convertable into BlockHash; qed");
.expect("Genesis hash must always be convertible into BlockHash; qed");
let runtime_api = config.client.runtime_api();
let chain_constants = runtime_api.chain_constants(best_hash)?;
// While the number can technically change in runtime, farmer will not adjust to it on the
Expand Down

0 comments on commit 02f556c

Please sign in to comment.