mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-30 02:43:05 +00:00
fix ledger_elf reference
This commit is contained in:
parent
48fa0e9378
commit
061ec224be
@ -22,5 +22,5 @@ pub mod nomos_mantle_tx_risc0_proof {
|
||||
pub mod ledger_validity_proof {
|
||||
pub static LEDGER_ID: &str = include_str!("LEDGER_ID");
|
||||
#[cfg(feature = "elf")]
|
||||
pub static LEDGER_ELF: &[u8] = include_bytes!("LEDGER_ID");
|
||||
pub static LEDGER_ELF: &[u8] = include_bytes!("LEDGER_ELF");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user