Skip to content

Commit

Permalink
fix: tokenPath is not mandatory (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger authored Oct 14, 2024
1 parent 04cfdf1 commit 7edfc12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/erc7730/model/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class TokenAmountParameters(Model):
"""

tokenPath: str | None = Field(
default=None,
title="Token Path",
description="Path reference to the address of the token contract. Used to associate correct ticker. If ticker "
"is not found or tokenPath is not set, the wallet SHOULD display the raw value instead with an"
Expand Down

0 comments on commit 7edfc12

Please sign in to comment.