From 8babecd890d845c97c3f571478ba30e8782d88c1 Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 8 Nov 2019 13:30:21 -0800 Subject: [PATCH] Remove todo from account (#6827) --- sdk/src/account.rs | 1 - 1 file changed, 1 deletion(-) 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,