X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fwalletmodel.cpp;h=f028f10f6c69fe6b25f25cfaa5e22691a23a207e;hp=b71256a23df52260b09756e162f59b7293748b4f;hb=bde280b9a4da2652716c8ffdeed9ebfa4461cc70;hpb=21d9f36781604e4ca9fc35dc65265593423b73e9 diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index b71256a..f028f10 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -6,7 +6,6 @@ #include "headers.h" -#include #include #include @@ -121,7 +120,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QListcs_wallet) { // Sendmany - std::vector > vecSend; + std::vector > vecSend; foreach(const SendCoinsRecipient &rcp, recipients) { CScript scriptPubKey; @@ -131,7 +130,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QListCreateTransaction(vecSend, wtx, keyChange, nFeeRequired); if(!fCreated)