Remove todo from account (#6827)
This commit is contained in:
parent
2855c55ac1
commit
8babecd890
|
@ -60,7 +60,6 @@ impl fmt::Debug for Account {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Account {
|
impl Account {
|
||||||
// TODO do we want to add executable and leader_owner even though they should always be false/default?
|
|
||||||
pub fn new(lamports: u64, space: usize, owner: &Pubkey) -> Account {
|
pub fn new(lamports: u64, space: usize, owner: &Pubkey) -> Account {
|
||||||
Account {
|
Account {
|
||||||
lamports,
|
lamports,
|
||||||
|
|
Loading…
Reference in New Issue