enforce proper range for rent burn_percent (#7217)
* enforce proper range for burn_percent
This commit is contained in:
@ -1394,7 +1394,7 @@ mod tests {
|
||||
&Rent {
|
||||
lamports_per_byte_year: 42,
|
||||
..Rent::default()
|
||||
}
|
||||
},
|
||||
),
|
||||
Err(InstructionError::InsufficientFunds)
|
||||
);
|
||||
|
Reference in New Issue
Block a user