upgrade to steel v3

This commit is contained in:
Hardhat Chad
2025-02-10 13:22:10 -08:00
parent ec84d18860
commit cee50ae16d
4 changed files with 1038 additions and 662 deletions

View File

@@ -22,7 +22,7 @@ pub fn process_open(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResult
slot_hashes_info.is_sysvar(&sysvar::slot_hashes::ID)?;
// Initialize proof.
create_account::<Proof>(
create_program_account::<Proof>(
proof_info,
system_program,
payer_info,