diff --git a/sdk/src/account.rs b/sdk/src/account.rs index ff6ce04251..a4a6154da6 100644 --- a/sdk/src/account.rs +++ b/sdk/src/account.rs @@ -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,