Skip to content

Commit

Permalink
Update substrate.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviRain-Su committed Feb 21, 2022
1 parent cec692e commit 691148c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/src/chain/substrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ impl ChainEndpoint for SubstrateChain {

let latest_height = Height::new(0, height.unwrap());

Ok((result.unwrap(), last_height))
Ok((result.unwrap(), latest_height))
}

fn query_unreceived_packets(
Expand Down

0 comments on commit 691148c

Please sign in to comment.