1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-14 04:19:09 +00:00

Merge pull request #593 from brianddk/long-msg-sign

Expand allowable message size for SignVerify to be 1024
This commit is contained in:
Vladimir Volek 2019-08-13 12:21:32 +02:00 committed by GitHub
commit c5f77b9f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>