Skip to content

Commit

Permalink
Update src/erc7730/model/metadata.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsamier authored Jan 24, 2025
1 parent 0a3439c commit e6d99b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/erc7730/model/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class OwnerInfo(Model):
default=None,
title="[DEPRECATED] Last Update of the contract / message",
description="The date of the last update of the contract / message."
"Field is deprecated and will be removed, use `deploymentDate`instead.",
"Field is deprecated and will be removed, use `deploymentDate` instead.",
examples=[datetime.now(UTC)],
)

Expand Down

0 comments on commit e6d99b6

Please sign in to comment.