enforce proper range for rent burn_percent (#7217)
* enforce proper range for burn_percent
This commit is contained in:
@ -1706,6 +1706,7 @@ mod tests {
|
||||
&dummy_leader_pubkey,
|
||||
dummy_leader_lamports,
|
||||
);
|
||||
|
||||
genesis_config.rent = Rent {
|
||||
lamports_per_byte_year: 5,
|
||||
exemption_threshold: 1.2,
|
||||
|
Reference in New Issue
Block a user