From b78daf7de75a223eac467f1cbae185aaa8966f2a Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 16 Jul 2016 16:46:49 -0600 Subject: [PATCH] Change `serial` to `nf` in txdb. --- src/txdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/txdb.h b/src/txdb.h index 293ceb850..220cfb171 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -35,7 +35,7 @@ public: CCoinsViewDB(size_t nCacheSize, bool fMemory = false, bool fWipe = false); bool GetAnchorAt(const uint256 &rt, ZCIncrementalMerkleTree &tree) const; - bool GetNullifier(const uint256 &serial) const; + bool GetNullifier(const uint256 &nf) const; bool GetCoins(const uint256 &txid, CCoins &coins) const; bool HaveCoins(const uint256 &txid) const; uint256 GetBestBlock() const;