This commit is contained in:
Nicholas Ward 2022-11-30 17:48:16 -08:00
parent 90726a5866
commit 7a5a899b45

View File

@ -169,10 +169,7 @@ impl<'a> Interpreter<'a> {
pub(crate) fn get_kernel_general_memory(&self) -> Vec<U256> {
self.memory.context_memory[0].segments[Segment::KernelGeneral as usize]
.content
.iter()
.cloned()
.collect()
.content.to_vec()
}
pub(crate) fn set_rlp_memory(&mut self, rlp: Vec<u8>) {