diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-03-05 19:10:22 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-03-05 19:10:22 +0200 |
| commit | 302aedb845a64f511f40251cfad35bbdc04c4dd1 (patch) | |
| tree | fdecfb85c0c37dea5436d8c971ef5afca2c2c4d7 /src/wallet/api/wallet.cpp | |
| parent | c7ace5fa3d412410312e21c55c28068dcd625fef (diff) | |
| parent | fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f (diff) | |
| download | monzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.gz monzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.tar.xz monzero-core-302aedb845a64f511f40251cfad35bbdc04c4dd1.zip | |
Merge pull request #3156
fbcc91c2 Correct spelling mistakes. (Edward Betts)
Diffstat (limited to 'src/wallet/api/wallet.cpp')
| -rw-r--r-- | src/wallet/api/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 5ce8ede8d..7f8144129 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -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(); |
