aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2013-09-29 02:50:56 -0700
committerWladimir J. van der Laan <[email protected]>2013-09-29 02:50:56 -0700
commit75d31c84dba2e5280341b756aa9dc39a345dfffd (patch)
treeb61d2936677541a513371335214d28f665b4b3bc /src/qt/walletmodel.cpp
parentMerge pull request #3029 from wtogami/gitianwin32 (diff)
parentseveral small Qt-related fixes (diff)
downloaddiscoin-75d31c84dba2e5280341b756aa9dc39a345dfffd.tar.xz
discoin-75d31c84dba2e5280341b756aa9dc39a345dfffd.zip
Merge pull request #3039 from Diapolo/Qt_misc
several small Qt-related fixes
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index 1dcecbe60..bda39b675 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -143,7 +143,7 @@ WalletModel::SendCoinsReturn WalletModel::prepareTransaction(WalletModelTransact
foreach(const SendCoinsRecipient &rcp, recipients)
{
if (rcp.paymentRequest.IsInitialized())
- { // PaymentRequest...
+ { // PaymentRequest...
int64 subtotal = 0;
const payments::PaymentDetails& details = rcp.paymentRequest.getDetails();
for (int i = 0; i < details.outputs_size(); i++)