diff --git a/contracts/connection-router/src/state.rs b/contracts/connection-router/src/state.rs index dd64eee1e..59e9ef381 100644 --- a/contracts/connection-router/src/state.rs +++ b/contracts/connection-router/src/state.rs @@ -171,7 +171,6 @@ pub struct Message { } impl Message { - // TODO: pending to finalize the design of the message hash pub fn hash(&self) -> Hash { let mut hasher = Keccak256::new(); hasher.update(self.cc_id.to_string());