Skip to content

Commit

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

* Update logging.rs
  • Loading branch information
stegaBOB authored and samkim-crypto committed Jul 31, 2024
1 parent ee98502 commit 381a9f7
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 381a9f7

Please sign in to comment.