Native/builtin programs now receive an InvokeContext
This commit is contained in:
@@ -51,7 +51,7 @@ fn compute_commit(sha1: Option<&'static str>) -> Option<u32> {
|
||||
impl Default for Version {
|
||||
fn default() -> Self {
|
||||
let feature_set = u32::from_le_bytes(
|
||||
solana_runtime::feature_set::ID.as_ref()[..4]
|
||||
solana_sdk::feature_set::ID.as_ref()[..4]
|
||||
.try_into()
|
||||
.unwrap(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user