diff options
| author | Pavel JanÃk <[email protected]> | 2014-11-25 18:54:36 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-12-16 11:24:43 +0100 |
| commit | bf7835c2713e9cc8356cd1a32bf99c40e222773b (patch) | |
| tree | 3d3eb79b43e030bb312e2c1357cdf320186a3673 /src/txmempool.cpp | |
| parent | Merge pull request #5453 (diff) | |
| download | discoin-bf7835c2713e9cc8356cd1a32bf99c40e222773b.tar.xz discoin-bf7835c2713e9cc8356cd1a32bf99c40e222773b.zip | |
Fix small typos in comments and error messages
Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd
Github-Pull: #5404
Diffstat (limited to 'src/txmempool.cpp')
| -rw-r--r-- | src/txmempool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/txmempool.cpp b/src/txmempool.cpp index 840eb536b..a9567d3b1 100644 --- a/src/txmempool.cpp +++ b/src/txmempool.cpp @@ -241,8 +241,8 @@ public: } } - //After new samples are added, we have to clear the sorted lists, - //so they'll be resorted the next time someone asks for an estimate + // After new samples are added, we have to clear the sorted lists, + // so they'll be resorted the next time someone asks for an estimate sortedFeeSamples.clear(); sortedPrioritySamples.clear(); |