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

This reverts commit bee8fc3b5c.
release/1.3.2-beta
Vladimir Volek 5 years ago
parent 37b68c6a26
commit 9688b93dc2

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

Loading…
Cancel
Save