Update sol_log_compute_units (#13360) (#13363)

(cherry picked from commit f6a73098a4)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-11-03 17:28:44 +00:00
committed by GitHub
parent fe8b2b7850
commit 57961b1d17

View File

@ -97,7 +97,7 @@ pub fn sol_log_params(accounts: &[AccountInfo], data: &[u8]) {
sol_log_slice(data);
}
/// Logs the current compute unit consumption
/// Logs the remaining compute units the program may consume
#[inline]
pub fn sol_log_compute_units() {
#[cfg(target_arch = "bpf")]