Merge 137b7a2af1 into merged_master (Bitcoin PR #17125)

This commit is contained in:
Andrew Poelstra 2020-11-09 21:20:39 +00:00
commit 1bc0f8231e

View file

@ -285,10 +285,24 @@
</layout>
</item>
<item>
<widget class="QPlainTextEdit" name="messageIn_VM"/>
<widget class="QPlainTextEdit" name="messageIn_VM">
<property name="toolTip">
<string>The signed message to verify</string>
</property>
<property name="placeholderText">
<string>The signed message to verify</string>
</property>
</widget>
</item>
<item>
<widget class="QValidatedLineEdit" name="signatureIn_VM"/>
<widget class="QValidatedLineEdit" name="signatureIn_VM">
<property name="toolTip">
<string>The signature given when the message was signed</string>
</property>
<property name="placeholderText">
<string>The signature given when the message was signed</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2_VM">