Skip to content

Commit

Permalink
Update the label when the data can't be decoded
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Mar 4, 2024
1 parent a4a2090 commit 00a1f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/gui/screens/psbt_screens.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def __post_init__(self):
text = text[:-1]

label = TextArea(
text="raw hex",
text="raw hex data",
font_color=GUIConstants.LABEL_FONT_COLOR,
font_size=GUIConstants.LABEL_FONT_SIZE,
screen_y=self.top_nav.height,
Expand Down

0 comments on commit 00a1f47

Please sign in to comment.