Skip to content

Commit

Permalink
fix: height in movement voyager
Browse files Browse the repository at this point in the history
Co-authored-by: ben <[email protected]>
  • Loading branch information
aeryz and benluelo authored Dec 6, 2024
1 parent b5f8bc6 commit 43c15ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voyager/plugins/client-update/movement/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ impl PluginServer<ModuleCall, ModuleCallback> for Module {
Call::Plugin(PluginMessage::new(
self.plugin_name(),
ModuleCall::from(FetchUpdate {
from: fetch.update_from.revision(),
from: fetch.update_from.height(),
to: fetch.update_to.height(),
}),
))
Expand Down

0 comments on commit 43c15ca

Please sign in to comment.