We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7cdbac commit 5b036dfCopy full SHA for 5b036df
stacks-signer/src/client/stacks_client.rs
@@ -376,7 +376,7 @@ impl StacksClient {
376
"last_sortition" => %last_sortition,
377
);
378
let path = self.tenure_forking_info_path(chosen_parent, last_sortition);
379
- // Use a seperate metrics path to allow the same metric for different start and stop hashes
+ // Use a separate metrics path to allow the same metric for different start and stop hashes
380
let metrics_path = format!(
381
"{}{RPC_TENURE_FORKING_INFO_PATH}/:start/:stop",
382
self.http_origin
0 commit comments