Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: loselarry <[email protected]>
  • Loading branch information
loselarry committed Dec 24, 2024
1 parent 414fe13 commit 4cb55f4
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 4cb55f4

Please sign in to comment.