mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-27 00:11:23 +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:
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…
Reference in New Issue
Block a user