Rename mapTxNullifiers to mapTxSproutNullifiers.
This commit is contained in:
@@ -715,7 +715,7 @@ private:
|
||||
* detect and report conflicts (double-spends).
|
||||
*/
|
||||
typedef TxSpendMap<uint256> TxNullifiers;
|
||||
TxNullifiers mapTxNullifiers;
|
||||
TxNullifiers mapTxSproutNullifiers;
|
||||
|
||||
void AddToTransparentSpends(const COutPoint& outpoint, const uint256& wtxid);
|
||||
void AddToSproutSpends(const uint256& nullifier, const uint256& wtxid);
|
||||
|
||||
Reference in New Issue
Block a user