Skip to content

Commit 34c8d40

Browse files
committed
Two more changes.
1 parent 842f9d4 commit 34c8d40

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
@@ -734,7 +734,6 @@ pub trait BaseRuntime {
734734

735735
/// Asserts the existence of a data blob with the given hash.
736736
fn assert_data_blob_exists(&mut self, hash: DataBlobHash) -> Result<(), ExecutionError>;
737-
738737
}
739738

740739
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)