mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-01 00:32:06 +08:00
Fix relative path for reward set
Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
This commit is contained in:
@@ -622,7 +622,7 @@ impl StacksClient {
|
||||
}
|
||||
|
||||
fn reward_set_path(&self, reward_cycle: u64) -> String {
|
||||
format!("/v2/stacker_set/{reward_cycle}")
|
||||
format!("{}/v2/stacker_set/{reward_cycle}", self.http_origin)
|
||||
}
|
||||
|
||||
/// Helper function to create a stacks transaction for a modifying contract call
|
||||
|
||||
Reference in New Issue
Block a user