Skip to content

Commit 1bb03f7

Browse files
committed
fix log
1 parent b657599 commit 1bb03f7

File tree

1 file changed

+2
-2
lines changed
  • contracts/programs/data-feeds-cache/src/instructions

1 file changed

+2
-2
lines changed

contracts/programs/data-feeds-cache/src/instructions/on_report.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ pub fn handler<'info>(
104104
&crate::ID,
105105
);
106106

107-
msg!("report hash: (hex)", report_hash);
108-
msg!("cache state: {}", ctx.accounts.cache_state.key().as_ref());
107+
msg!("report hash: (hex): {}", report_hash);
108+
msg!("cache state: {}", ctx.accounts.cache_state.key());
109109
msg!("id: {}", &crate::ID);
110110
msg!("curr_flag: {}", curr_permission_flag);
111111
msg!("passed_flag: {}", *permission_flag_account_infos[i].key);

0 commit comments

Comments
 (0)