Renaming SetSerial to SetNullifier.

This commit is contained in:
Sean Bowe
2016-07-14 15:51:53 -06:00
parent 616f8d05af
commit d90e46ba8d
4 changed files with 6 additions and 6 deletions

View File

@@ -473,7 +473,7 @@ public:
void PopAnchor(const uint256 &rt);
// Marks a serial as spent or not.
void SetSerial(const uint256 &serial, bool spent);
void SetNullifier(const uint256 &serial, bool spent);
/**
* Return a pointer to CCoins in the cache, or NULL if not found. This is