Rename GetNoteNullifier to GetSproutNoteNullifier.

This commit is contained in:
Simon
2018-07-25 20:03:59 -07:00
parent 57faf44e61
commit 618206c7d5
3 changed files with 11 additions and 11 deletions

View File

@@ -1076,7 +1076,7 @@ public:
std::set<CTxDestination> GetAccountAddresses(const std::string& strAccount) const;
boost::optional<uint256> GetNoteNullifier(
boost::optional<uint256> GetSproutNoteNullifier(
const JSDescription& jsdesc,
const libzcash::SproutPaymentAddress& address,
const ZCNoteDecryption& dec,