fix ledger_elf reference

This commit is contained in:
David Rusu 2025-03-06 00:59:10 +04:00
parent 48fa0e9378
commit 061ec224be

View File

@ -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");
}