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 Jul 9, 2024
1 parent 8c0d355 commit 0ca9005
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 0ca9005

Please sign in to comment.