Skip to content

Commit

Permalink
Update acvm-repo/acvm/src/pwg/brillig.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tom French <[email protected]>
  • Loading branch information
mverzilli and TomAFrench authored Nov 19, 2023
1 parent 079d511 commit 4289e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acvm/src/pwg/brillig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl<'b, B: BlackBoxFunctionSolver> BrilligSolver<'b, B> {
self.vm.set_register(RegisterIndex(register_index), value);
}

pub fn get_memory(&self) -> &Vec<Value> {
pub fn get_memory(&self) -> &[Value] {
self.vm.get_memory()
}

Expand Down

0 comments on commit 4289e77

Please sign in to comment.