Skip to content

Commit

Permalink
refactor: return time event proof rather than only CID
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Sep 17, 2024
1 parent 2e43d9a commit 850561b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions event/src/unvalidated/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ impl TimeEvent {
}

/// Get the proof
pub fn proof(&self) -> &Cid {
&self.event.proof
pub fn proof(&self) -> &Proof {
&self.proof
}

/// Get the path
Expand Down

0 comments on commit 850561b

Please sign in to comment.