mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 16:10:35 -08:00
Correct spelling mistakes.
This commit is contained in:
@@ -1746,7 +1746,7 @@ void WalletImpl::doRefresh()
|
||||
m_synchronized = true;
|
||||
}
|
||||
// assuming if we have empty history, it wasn't initialized yet
|
||||
// for futher history changes client need to update history in
|
||||
// for further history changes client need to update history in
|
||||
// "on_money_received" and "on_money_sent" callbacks
|
||||
if (m_history->count() == 0) {
|
||||
m_history->refresh();
|
||||
|
||||
@@ -685,7 +685,7 @@ struct Wallet
|
||||
* \brief setUserNote - attach an arbitrary string note to a txid
|
||||
* \param txid - the transaction id to attach the note to
|
||||
* \param note - the note
|
||||
* \return true if succesful, false otherwise
|
||||
* \return true if successful, false otherwise
|
||||
*/
|
||||
virtual bool setUserNote(const std::string &txid, const std::string ¬e) = 0;
|
||||
/*!
|
||||
@@ -827,7 +827,7 @@ struct WalletManager
|
||||
const std::string &spendKeyString = "") = 0;
|
||||
|
||||
/*!
|
||||
* \brief Closes wallet. In case operation succeded, wallet object deleted. in case operation failed, wallet object not deleted
|
||||
* \brief Closes wallet. In case operation succeeded, wallet object deleted. in case operation failed, wallet object not deleted
|
||||
* \param wallet previously opened / created wallet instance
|
||||
* \return None
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user