mirror of
https://github.com/fluencelabs/aquavm
synced 2025-06-28 06:01:33 +00:00
Improve subtrace len compute algo (#186)
This commit is contained in:
@ -38,7 +38,7 @@ pub struct TraceSlider {
|
||||
}
|
||||
|
||||
impl TraceSlider {
|
||||
pub(super) fn new(trace: ExecutionTrace) -> Self {
|
||||
pub(crate) fn new(trace: ExecutionTrace) -> Self {
|
||||
let subtrace_len = trace.len();
|
||||
|
||||
Self {
|
||||
|
Reference in New Issue
Block a user