Эх сурвалжийг харах

spl: Update middleware settle funds log (#738)

Tommy Johnson 4 жил өмнө
parent
commit
8eec4d3e3d

+ 1 - 1
spl/src/dex/middleware.rs

@@ -388,7 +388,7 @@ impl MarketMiddleware for Logger {
     }
 
     fn settle_funds(&self, _ctx: &mut Context) -> ProgramResult {
-        msg!("proxying cancel order by client id v2");
+        msg!("proxying settle funds");
         Ok(())
     }