1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-27 16:31:06 +00:00

Revert "Expand allowable message size for SignVerify to be 1024 which matches FW limits"

This reverts commit bee8fc3b5c.
This commit is contained in:
Vladimir Volek 2019-09-03 15:26:39 +02:00
parent 37b68c6a26
commit 9688b93dc2

View File

@ -119,7 +119,7 @@ class SignVerify extends Component<Props> {
onChange={this.handleInputChange} onChange={this.handleInputChange}
rows={4} rows={4}
maxRows={4} maxRows={4}
maxLength={1024} maxLength={255}
/> />
</Row> </Row>
<Row> <Row>
@ -172,7 +172,7 @@ class SignVerify extends Component<Props> {
onChange={this.handleInputChange} onChange={this.handleInputChange}
rows={4} rows={4}
maxRows={4} maxRows={4}
maxLength={1024} maxLength={255}
/> />
</Row> </Row>
<Row> <Row>