mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Fix small typos in comments and error messages
Rebased-From: 67b2d819cd
Github-Pull: #5404
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
2f2d3370cc
commit
bf7835c271
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user