diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-08-08 17:38:17 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-08-08 17:38:17 +0200 |
| commit | b0849613bf02b61774b23804c8feed54aa88474a (patch) | |
| tree | e5a9c69413609d241f69b743394c733192685aff /src/qt/walletmodel.cpp | |
| parent | add TODOs in parseBitcoinURL (diff) | |
| download | discoin-b0849613bf02b61774b23804c8feed54aa88474a.tar.xz discoin-b0849613bf02b61774b23804c8feed54aa88474a.zip | |
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 d8139e9f0..10b3738c6 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; |