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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ impl fmt::Debug for 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 {
Account {
lamports,