From 43c15ca4784f731089820dd888cfddaca480bcd5 Mon Sep 17 00:00:00 2001 From: Abdullah Eryuzlu <24809834+aeryz@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:09:36 +0300 Subject: [PATCH] fix: height in movement voyager Co-authored-by: ben --- voyager/plugins/client-update/movement/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voyager/plugins/client-update/movement/src/main.rs b/voyager/plugins/client-update/movement/src/main.rs index ffc912e786..f239eac4cc 100644 --- a/voyager/plugins/client-update/movement/src/main.rs +++ b/voyager/plugins/client-update/movement/src/main.rs @@ -182,7 +182,7 @@ impl PluginServer 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(), }), ))