mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-08 08:13:08 +00:00
nit
This commit is contained in:
parent
d73fcbd2b3
commit
0054ce5847
@ -18,7 +18,7 @@ pub struct Proof(pub(crate) Vec<u8>);
|
||||
|
||||
pub struct ProgramWithDependencies {
|
||||
pub program: Program,
|
||||
// TODO: this will have a copy of each dependency bytecode in each program
|
||||
// TODO: avoid having a copy of the bytecode of each dependency.
|
||||
pub dependencies: HashMap<ProgramId, Program>,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user