Skip to content

Commit e7893a5

Browse files
committed
Two more changes.
1 parent 191c51a commit e7893a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

linera-execution/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ pub trait BaseRuntime {
666666

667667
/// Asserts the existence of a data blob with the given hash.
668668
fn assert_data_blob_exists(&mut self, hash: DataBlobHash) -> Result<(), ExecutionError>;
669-
670669
}
671670

672671
pub trait ServiceRuntime: BaseRuntime {

linera-execution/src/wasm/runtime_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ where
677677
) -> Result<bool, RuntimeError> {
678678
caller
679679
.user_data_mut()
680-
.runtime
680+
.runtime_mut()
681681
.has_trivial_storage(application)
682682
.map_err(|error| RuntimeError::Custom(error.into()))
683683
}

0 commit comments

Comments
 (0)