Skip to content

Commit

Permalink
Fix SyscallLogPubkey doc comment (#1805)
Browse files Browse the repository at this point in the history
* Fix SyscallLogPubkey doc comment

* Update logging.rs
  • Loading branch information
stegaBOB authored Jun 20, 2024
1 parent 3668d10 commit a9e3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/src/syscalls/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ declare_builtin_function!(
);

declare_builtin_function!(
/// Log 5 64-bit values
/// Log a [`Pubkey`] as a base58 string
SyscallLogPubkey,
fn rust(
invoke_context: &mut InvokeContext,
Expand Down

0 comments on commit a9e3917

Please sign in to comment.