From 00a1f478947b393707d5f3da8020ed23c9d02790 Mon Sep 17 00:00:00 2001 From: kdmukai Date: Mon, 8 Jan 2024 15:45:03 -0600 Subject: [PATCH] Update the label when the data can't be decoded --- src/seedsigner/gui/screens/psbt_screens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seedsigner/gui/screens/psbt_screens.py b/src/seedsigner/gui/screens/psbt_screens.py index a1f64a15..369e93af 100644 --- a/src/seedsigner/gui/screens/psbt_screens.py +++ b/src/seedsigner/gui/screens/psbt_screens.py @@ -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,