diff --git a/programs/storage/tests/storage.rs b/programs/storage/tests/storage.rs index 855471535..ceba3d8b0 100644 --- a/programs/storage/tests/storage.rs +++ b/programs/storage/tests/storage.rs @@ -83,8 +83,6 @@ fn test_bank_storage() { bank.process_transaction(&tx).unwrap(); - // TODO: This triggers a ProgramError(0, InvalidArgument). Why? - // Oddly, the assertions below it succeed without running this code. let entry_height = 0; let tx = StorageTransaction::new_mining_proof( &bob,