Update sol_log_compute_units (#13360)

This commit is contained in:
Jack May 2020-11-03 08:16:31 -08:00 committed by GitHub
parent 9e577d0338
commit f6a73098a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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")]