Skip to content

Commit fe76b30

Browse files
committed
fixup! Don't return stale data from CCCoinsViewCache::Cursor()
Fix typo in comment as suggested #10550 (comment)
1 parent c754fd1 commit fe76b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class CCoinsViewCache : public CCoinsViewBacked
213213
void SetBestBlock(const uint256 &hashBlock);
214214
bool BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock);
215215
CCoinsViewCursor* Cursor() const override {
216-
throw std::logic_error("CCCoinsViewCache cursor iteration not supported.");
216+
throw std::logic_error("CCoinsViewCache cursor iteration not supported.");
217217
}
218218

219219
/**

0 commit comments

Comments
 (0)