add rent reserve for bootstrap stakes (#6876)
* genesis investor stakes * assert rent is sufficient for these bootstrappers
This commit is contained in:
@ -59,6 +59,13 @@ impl Rent {
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
pub fn free() -> Self {
|
||||
Self {
|
||||
lamports_per_byte_year: 0,
|
||||
..Rent::default()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
Reference in New Issue
Block a user