Skip to content

Commit

Permalink
fix(iota-rest-api): remove wrong comment, there is no Option (#1869)
Browse files Browse the repository at this point in the history
Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
Thoralf-M and thibault-martinez authored Aug 16, 2024
1 parent a244cd1 commit 93c8d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/iota-rest-api/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub struct JsonObject {
pub version: u64,
/// Base64 string representing the object digest
pub digest: ObjectDigest,
// Default to be None because otherwise it will be repeated for the getOwnedObjects endpoint
/// The owner of this object.
pub owner: Owner,
/// The digest of the transaction that created or last mutated this object.
Expand Down

0 comments on commit 93c8d59

Please sign in to comment.