spl: Update middleware settle funds log (#738)

This commit is contained in:
Tommy Johnson 2021-09-14 21:11:58 -04:00 committed by GitHub
parent a1f4fac09d
commit 8eec4d3e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(())
}