We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b657599 commit 1bb03f7Copy full SHA for 1bb03f7
contracts/programs/data-feeds-cache/src/instructions/on_report.rs
@@ -104,8 +104,8 @@ pub fn handler<'info>(
104
&crate::ID,
105
);
106
107
- msg!("report hash: (hex)", report_hash);
108
- msg!("cache state: {}", ctx.accounts.cache_state.key().as_ref());
+ msg!("report hash: (hex): {}", report_hash);
+ msg!("cache state: {}", ctx.accounts.cache_state.key());
109
msg!("id: {}", &crate::ID);
110
msg!("curr_flag: {}", curr_permission_flag);
111
msg!("passed_flag: {}", *permission_flag_account_infos[i].key);
0 commit comments