Skip to content

Commit fe41f58

Browse files
committed
Remove undefined FetchCoins method declaration
1 parent 43e8150 commit fe41f58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coins.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ class CCoinsViewCache : public CCoinsViewBacked
467467
friend class CCoinsModifier;
468468

469469
private:
470-
CCoinsMap::iterator FetchCoins(const uint256 &txid);
471470
CCoinsMap::const_iterator FetchCoins(const uint256 &txid) const;
472471

473472
/**

0 commit comments

Comments
 (0)