Skip to content

Commit 3fe4266

Browse files
committed
refactor: /v3
1 parent 5341074 commit 3fe4266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/neon_integrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ pub fn get_contract_src(
13971397

13981398
pub fn get_stacker_set(http_origin: &str, reward_cycle: u64) -> GetStackersResponse {
13991399
let client = reqwest::blocking::Client::new();
1400-
let path = format!("{}/v2/stacker_set/{}", http_origin, reward_cycle);
1400+
let path = format!("{}/v3/stacker_set/{}", http_origin, reward_cycle);
14011401
let res = client.get(&path).send().unwrap();
14021402

14031403
info!("Got stacker_set response {:?}", &res);

0 commit comments

Comments
 (0)