Fix small typos.

This commit is contained in:
Pavel Janík
2014-11-25 18:54:36 +01:00
parent f0877f8b62
commit 67b2d819cd
6 changed files with 9 additions and 9 deletions

View File

@@ -240,8 +240,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();