We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c754fd1 commit fe76b30Copy full SHA for fe76b30
src/coins.h
@@ -213,7 +213,7 @@ class CCoinsViewCache : public CCoinsViewBacked
213
void SetBestBlock(const uint256 &hashBlock);
214
bool BatchWrite(CCoinsMap &mapCoins, const uint256 &hashBlock);
215
CCoinsViewCursor* Cursor() const override {
216
- throw std::logic_error("CCCoinsViewCache cursor iteration not supported.");
+ throw std::logic_error("CCoinsViewCache cursor iteration not supported.");
217
}
218
219
/**
0 commit comments