Skip to content

Commit

Permalink
Fix typo on EthereumAddressV2Field
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Jul 19, 2024
1 parent 79c6267 commit 0214045
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnosis/eth/django/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ class EthereumAddressField(models.CharField):
class EthereumAddressV2Field(EthereumAddressBinaryField):
system_check_removed_details = {
"msg": (
"EthereumAddressField has been removed except for support in "
"EthereumAddressV2Field has been removed except for support in "
"historical migrations."
),
"hint": "Use EthereumAddressFastBinaryField instead.",
"id": "fields.E4815", # pick a unique ID for your field.
"hint": "Use EthereumAddressBinaryField instead.",
"id": "fields.E4816", # pick a unique ID for your field.
}


Expand Down

0 comments on commit 0214045

Please sign in to comment.