This commit is contained in:
Ryo Onodera
2021-07-01 16:31:11 +09:00
committed by Michael Vines
parent 3a7e5e65e4
commit 4fa902c84f

View File

@ -121,7 +121,7 @@ fn assign(
}
// bpf programs are allowed to do this; so this is inconsistent...
// Thus, we're starting to remove this restricition from system instruction
// Thus, we're starting to remove this restriction from system instruction
// processor for consistency and fewer special casing by piggybacking onto
// the related feature gate..
let rent_for_sysvars = invoke_context.is_feature_active(&feature_set::rent_for_sysvars::id());