Skip to content

Commit 1d08e19

Browse files
committed
Support useticks
1 parent 287d37d commit 1d08e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type DepositBlob = Vec<u8>;
8686
struct Runtime<'a> {
8787
code: &'a [u8],
8888
ticks_left: u32,
89-
memory: Option<MemoryRef>,
89+
pub memory: Option<MemoryRef>,
9090
pre_state: &'a Bytes32,
9191
block_data: &'a ShardBlockBody,
9292
post_state: Bytes32,

0 commit comments

Comments
 (0)