Skip to content

Commit 160ffd1

Browse files
Fix function naming error
1 parent bdd0141 commit 160ffd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/src/programs/snapshot_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ impl SnapshotQuery {
152152
let (latest_height, statepaths) = loop {
153153
match futures::try_join!(
154154
latest_block_height(node_url),
155-
get_statepaths_from_stateroot(node_url, commitments),
155+
get_statepaths_for_commitments(node_url, commitments),
156156
) {
157157
Ok((height, statepaths)) => break (height, statepaths),
158158
Err(e) => {

0 commit comments

Comments
 (0)