From c80726c8e757cf481cd0c7ac1478917f87a48918 Mon Sep 17 00:00:00 2001 From: Stephen Chen <20940639+stephenctw@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:54:48 +0800 Subject: [PATCH] chore: remove stale comment --- offchain/core/src/machine/instance.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/offchain/core/src/machine/instance.rs b/offchain/core/src/machine/instance.rs index e4d28616..7e62cce5 100644 --- a/offchain/core/src/machine/instance.rs +++ b/offchain/core/src/machine/instance.rs @@ -1,5 +1,3 @@ -//! Module for communication with the Cartesi machine using RPC. - use crate::{machine::constants, merkle::Digest, utils::arithmetic}; use cartesi_machine::{ configuration::RuntimeConfig,