chore: Clean-ups after Textual Title/Content PR (#14973)

This commit is contained in:
Amaury
2023-02-09 13:18:44 +00:00
committed by GitHub
parent 0081563092
commit 833ca9f0f1
3 changed files with 11 additions and 4 deletions
@@ -129,8 +129,8 @@ The SignDoc for `SIGN_MODE_TEXTUAL` is formed from a data structure like:
```go
type Screen struct {
Title string // possibly size limited to, e.g. 64 characters
Content string // possibly size limited to, e.g. 255 characters
Title string // possibly size limited to, advised to 64 characters
Content string // possibly size limited to, advised to 255 characters
Indent uint8 // size limited to something small like 16 or 32
Expert bool
}