diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-06-22 20:36:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-06-22 20:46:37 +0200 |
| commit | 6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7 (patch) | |
| tree | 5b210133c46f235eb18c8a1983c2cfd1c49b470a /src/qt/walletmodel.cpp | |
| parent | Merge #10636: [qa] util: Check return code after closing bitcoind proc (diff) | |
| parent | Fixed multiple typos (diff) | |
| download | discoin-6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7.tar.xz discoin-6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7.zip | |
Merge #10633: doc: Fix various typos
0a5a6b9 Fixed multiple typos (Dimitris Tsapakidis)
Tree-SHA512: 57748710bcbc03945b160db5e95bd686a2c64605f25d5e11d8ed9d0e1be3b3bf287a63588dc6eb33d0cef4ff17c765fda7c226d667a357acc539c8fcf2b9bb7e
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 449eb1ae5..6538a8023 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -339,7 +339,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran transaction_array.append(&(ssTx[0]), ssTx.size()); } - // Add addresses / update labels that we've sent to to the address book, + // Add addresses / update labels that we've sent to the address book, // and emit coinsSent signal for each recipient for (const SendCoinsRecipient &rcp : transaction.getRecipients()) { |