Remove todo from account (#6827)

This commit is contained in:
Jack May
2019-11-08 13:30:21 -08:00
committed by GitHub
parent 2855c55ac1
commit 8babecd890

View File

@ -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,