aboutsummaryrefslogtreecommitdiff
path: root/src/txmempool.h
diff options
context:
space:
mode:
authorRoman Zeyde <[email protected]>2018-03-22 13:55:22 +0200
committerRoman Zeyde <[email protected]>2018-03-25 11:32:41 +0300
commit1fdc7c41bb1eea3a25c3387f147ff8839a78d4ad (patch)
treec48df00da7ff4d96ae71e26eb023861eb237e0e2 /src/txmempool.h
parentMerge #12760: Docs: Improve documentation on standard communication channels (diff)
downloaddiscoin-1fdc7c41bb1eea3a25c3387f147ff8839a78d4ad.tar.xz
discoin-1fdc7c41bb1eea3a25c3387f147ff8839a78d4ad.zip
Make CTxMemPool::isSpent() const
Diffstat (limited to 'src/txmempool.h')
-rw-r--r--src/txmempool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txmempool.h b/src/txmempool.h
index 08a342101..699f6b554 100644
--- a/src/txmempool.h
+++ b/src/txmempool.h
@@ -550,7 +550,7 @@ public:
void _clear(); //lock free
bool CompareDepthAndScore(const uint256& hasha, const uint256& hashb);
void queryHashes(std::vector<uint256>& vtxid);
- bool isSpent(const COutPoint& outpoint);
+ bool isSpent(const COutPoint& outpoint) const;
unsigned int GetTransactionsUpdated() const;
void AddTransactionsUpdated(unsigned int n);
/**