Support Debug Bank (#13017)

This commit is contained in:
Ryo Onodera
2020-10-21 01:05:45 +09:00
committed by GitHub
parent 6c55aaf4c7
commit c0675968b1
6 changed files with 81 additions and 14 deletions

View File

@ -1679,7 +1679,7 @@ mod tests {
_ka: &[KeyedAccount],
_data: &[u8],
_context: &mut dyn InvokeContext,
) -> std::result::Result<(), InstructionError> {
) -> Result<(), InstructionError> {
Ok(())
}
let program_id = Pubkey::new_rand();