(cherry picked from commit 60e5fd11c9)
Co-authored-by: Jack May <jack@solana.com>
			
			
This commit is contained in:
		| @@ -247,7 +247,7 @@ fn debug_fmt<T: ReadableAccount>(item: &T, f: &mut fmt::Formatter<'_>) -> fmt::R | |||||||
|         f, |         f, | ||||||
|         "Account {{ lamports: {} data.len: {} owner: {} executable: {} rent_epoch: {}{} }}", |         "Account {{ lamports: {} data.len: {} owner: {} executable: {} rent_epoch: {}{} }}", | ||||||
|         item.lamports(), |         item.lamports(), | ||||||
|         data_len, |         item.data().len(), | ||||||
|         item.owner(), |         item.owner(), | ||||||
|         item.executable(), |         item.executable(), | ||||||
|         item.rent_epoch(), |         item.rent_epoch(), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user