Fix compute budget bump (#21238)

This commit is contained in:
Jack May
2021-11-11 14:09:28 -08:00
committed by GitHub
parent 4071761daf
commit 131c0d78c4
7 changed files with 153 additions and 55 deletions

View File

@@ -0,0 +1,11 @@
solana_sdk::declare_id!("eeLSJgWzzxrqKv1UxtRVVH8FX3qCQWUs9QuAjJpETGU");
#[cfg(test)]
pub mod tests {
use super::*;
#[test]
fn test_id() {
id().log();
}
}