Remove Entrypoint type
This commit is contained in:
@ -240,7 +240,7 @@ mod tests {
|
||||
fn create_bank(lamports: u64) -> (Bank, Keypair) {
|
||||
let (genesis_config, mint_keypair) = create_genesis_config(lamports);
|
||||
let mut bank = Bank::new(&genesis_config);
|
||||
bank.add_builtin_program("budget_program", id(), process_instruction);
|
||||
bank.add_builtin("budget_program", id(), process_instruction);
|
||||
(bank, mint_keypair)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user