aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletmodel.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-08-08 17:38:17 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-08-08 17:38:17 +0200
commitb0849613bf02b61774b23804c8feed54aa88474a (patch)
treee5a9c69413609d241f69b743394c733192685aff /src/qt/walletmodel.cpp
parentfb390d3505c9d0ad8f88cc9a26a2f8190254eda5 (diff)
downloadbitcoin-b0849613bf02b61774b23804c8feed54aa88474a.tar.xz
QtUI code cleanup / comment improvements
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r--src/qt/walletmodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index d8139e9f09..10b3738c67 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -83,8 +83,6 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QList<SendCoinsRecipie
// Pre-check input data for validity
foreach(const SendCoinsRecipient &rcp, recipients)
{
- uint160 hash160 = 0;
-
if(!validateAddress(rcp.address))
{
return InvalidAddress;