Skip to content

Commit

Permalink
Merge pull request bitcoin#3145
Browse files Browse the repository at this point in the history
395d0d5 rework an ugly hack in processPaymentRequest() (Philip Kaufmann)
952d2cd make processPaymentRequest() use a single SendCoinsRecipient (Philip Kaufmann)
983cef4 payment-request UI: use SendCoinsRecipient.message for memo (Philip Kaufmann)
c6c97e0 [Qt] Rework of payment request UI (mainly for insecure pr) (Philip Kaufmann)
  • Loading branch information
laanwj committed Nov 6, 2013
2 parents 04f5286 + 395d0d5 commit 65d0fc4
Show file tree
Hide file tree
Showing 8 changed files with 614 additions and 96 deletions.
11 changes: 10 additions & 1 deletion src/qt/forms/sendcoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down
Loading

0 comments on commit 65d0fc4

Please sign in to comment.