diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-08 17:38:17 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-08 17:38:17 +0200 |
commit | b0849613bf02b61774b23804c8feed54aa88474a (patch) | |
tree | e5a9c69413609d241f69b743394c733192685aff /src/qt/walletmodel.cpp | |
parent | fb390d3505c9d0ad8f88cc9a26a2f8190254eda5 (diff) |
QtUI code cleanup / comment improvements
Diffstat (limited to 'src/qt/walletmodel.cpp')
-rw-r--r-- | src/qt/walletmodel.cpp | 2 |
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; |