Skip to content

Commit

Permalink
Fix typo when calling NBGL API
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 16, 2024
1 parent a2d8eb7 commit cea2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_ui/sign/nep413/payload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn ui_display(payload: &mut Payload) -> bool {

let res = review.show(field_writer.get_fields());

NbgReviewStatus::new()
NbglReviewStatus::new()
.status_type(StatusType::Message)
.show(res);

Expand Down

0 comments on commit cea2c79

Please sign in to comment.