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.
:principal
1 parent 565a37f commit dc454e1Copy full SHA for dc454e1
stacks-signer/src/client/stacks_client.rs
@@ -648,7 +648,7 @@ impl StacksClient {
648
address: &StacksAddress,
649
) -> Result<AccountEntryResponse, ClientError> {
650
debug!("stacks_node_client: Getting account info...");
651
- let timer_label = format!("{}/v2/accounts/:stacks_address", self.http_origin);
+ let timer_label = format!("{}/v2/accounts/:principal", self.http_origin);
652
let timer = crate::monitoring::new_rpc_call_timer(&timer_label, &self.http_origin);
653
let send_request = || {
654
self.stacks_node_client
0 commit comments