Pull program stubs into SDK (#10704)

This commit is contained in:
Jack May
2020-06-18 23:23:28 -07:00
committed by GitHub
parent 6d81eede93
commit d77818c18b
33 changed files with 28 additions and 102 deletions

View File

@ -201,4 +201,4 @@ fn process_instruction(
Ok(())
}
solana_sdk_bpf_test::stubs!();
solana_sdk::program_stubs!();