Skip to content

Commit

Permalink
chore(connection-router): remove todo comment about message hashing (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 authored Feb 12, 2024
1 parent 69124ee commit 9de4d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/connection-router/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 9de4d9e

Please sign in to comment.