From 7fe537f7a48675b1d25542bee6f390d665547580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A8le=20Oul=C3=A8s?= Date: Tue, 18 Oct 2022 11:20:06 +0200 Subject: Implement CCoinsViewErrorCatcher::HaveCoin --- src/coins.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/coins.h') diff --git a/src/coins.h b/src/coins.h index 67fecc9785..a4f4776386 100644 --- a/src/coins.h +++ b/src/coins.h @@ -349,6 +349,7 @@ public: } bool GetCoin(const COutPoint &outpoint, Coin &coin) const override; + bool HaveCoin(const COutPoint &outpoint) const override; private: /** A list of callbacks to execute upon leveldb read error. */ -- cgit v1.2.3