Refactoring: Rename class libzcash::Note to libzcash::SproutNote.
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
CWalletTx GetValidReceive(ZCJoinSplit& params,
|
||||
const libzcash::SpendingKey& sk, CAmount value,
|
||||
bool randomInputs);
|
||||
libzcash::Note GetNote(ZCJoinSplit& params,
|
||||
libzcash::SproutNote GetNote(ZCJoinSplit& params,
|
||||
const libzcash::SpendingKey& sk,
|
||||
const CTransaction& tx, size_t js, size_t n);
|
||||
CWalletTx GetValidSpend(ZCJoinSplit& params,
|
||||
const libzcash::SpendingKey& sk,
|
||||
const libzcash::Note& note, CAmount value);
|
||||
const libzcash::SproutNote& note, CAmount value);
|
||||
|
||||
Reference in New Issue
Block a user