Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
tao-stones and joncinque authored Mar 10, 2023
1 parent a850441 commit 9958545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub struct Builtin {
pub process_instruction_with_context: ProcessInstructionWithContext,
// compute units to deduct from transaction's compute budget if builtin
// does not consume actual units during process_instruction. No builtin
// actively consumes units as bpf does (as of v1.16), but they could
// manually consumes units as bpf does (as of v1.16), but they could
// in the future.
pub default_compute_unit_cost: u64,
}
Expand Down

0 comments on commit 9958545

Please sign in to comment.