We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf7cb8 commit 04872d0Copy full SHA for 04872d0
linera-execution/src/runtime.rs
@@ -897,7 +897,6 @@ where
897
.send_request(|callback| ExecutionRequest::AssertBlobExists { blob_id, callback })?
898
.recv_response()
899
}
900
-
901
902
903
/// An extension trait to determine in compile time the different behaviors between contract and
linera-sdk/src/service/runtime.rs
@@ -159,7 +159,6 @@ where
159
pub fn assert_data_blob_exists(&self, hash: DataBlobHash) {
160
base_wit::assert_data_blob_exists(hash.into())
161
162
163
164
165
impl<Application> ServiceRuntime<Application>
0 commit comments