Correct spelling mistakes.

This commit is contained in:
Edward Betts 2018-01-19 07:54:14 +00:00
parent c7ace5fa3d
commit fbcc91c2a4
19 changed files with 28 additions and 28 deletions

View file

@ -841,7 +841,7 @@ struct MyWalletListener : public Monero::WalletListener
{
std::cout << "wallet: " << wallet->mainAddress() << "**** just received unconfirmed money ("
<< txId << ", " << wallet->displayAmount(amount) << ")" << std::endl;
// Don't trigger recieve until tx is mined
// Don't trigger receive until tx is mined
// total_rx += amount;
// receive_triggered = true;
// cv_receive.notify_one();