Skip to content

Commit

Permalink
Accidental reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Oct 4, 2023
1 parent d3213b4 commit 3f7a0d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-transport-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ impl Delegation {
}
}

/// A [`Delegation`] that has been signed by an [`Identity`].
/// A [`Delegation`] that has been signed by an [`Identity`](https://docs.rs/ic-agent/latest/ic_agent/trait.Identity.html).
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct SignedDelegation {
/// The signed delegation.
Expand Down

0 comments on commit 3f7a0d9

Please sign in to comment.