mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-14 04:19:09 +00:00
Expand allowable message size for SignVerify to be 1024 which matches FW limits
This commit is contained in:
parent
0627d28e07
commit
bee8fc3b5c
@ -119,7 +119,7 @@ class SignVerify extends Component<Props> {
|
||||
onChange={this.handleInputChange}
|
||||
rows={4}
|
||||
maxRows={4}
|
||||
maxLength={255}
|
||||
maxLength={1024}
|
||||
/>
|
||||
</Row>
|
||||
<Row>
|
||||
@ -172,7 +172,7 @@ class SignVerify extends Component<Props> {
|
||||
onChange={this.handleInputChange}
|
||||
rows={4}
|
||||
maxRows={4}
|
||||
maxLength={255}
|
||||
maxLength={1024}
|
||||
/>
|
||||
</Row>
|
||||
<Row>
|
||||
|
Loading…
Reference in New Issue
Block a user