enforce proper range for rent burn_percent (#7217) (#7224)

automerge
This commit is contained in:
mergify[bot]
2019-12-03 11:59:16 -08:00
committed by Grimes
parent 9eded7a227
commit 797cb01bb8
5 changed files with 28 additions and 4 deletions

View File

@@ -1394,7 +1394,7 @@ mod tests {
&Rent {
lamports_per_byte_year: 42,
..Rent::default()
}
},
),
Err(InstructionError::InsufficientFunds)
);