Change `serial` to `nf` in txdb.

This commit is contained in:
Sean Bowe 2016-07-16 16:46:49 -06:00
parent 22de160219
commit b78daf7de7
1 changed files with 1 additions and 1 deletions

View File

@ -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;