Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLaux committed Oct 11, 2024
1 parent 30f299b commit d5a9d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/issuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl<T: IssueAuth> IssueBundle<T> {
&self.authorization
}

/// Find the actions corresponding to `ik` and `asset_desc` in a given `IssueBundle`.
/// Find the actions corresponding to the `asset_desc` for a given `IssueBundle`.
pub fn get_actions_by_desc(&self, asset_desc: &[u8]) -> Vec<&IssueAction> {
self.actions
.iter()
Expand Down

0 comments on commit d5a9d8a

Please sign in to comment.