Add parameter for version in GetValidReceive
This commit is contained in:
committed by
Simon
parent
e6b0a8b9ee
commit
3a5f66c880
@@ -9,7 +9,8 @@
|
||||
|
||||
CWalletTx GetValidReceive(ZCJoinSplit& params,
|
||||
const libzcash::SproutSpendingKey& sk, CAmount value,
|
||||
bool randomInputs);
|
||||
bool randomInputs,
|
||||
int32_t version = 2);
|
||||
libzcash::SproutNote GetNote(ZCJoinSplit& params,
|
||||
const libzcash::SproutSpendingKey& sk,
|
||||
const CTransaction& tx, size_t js, size_t n);
|
||||
|
||||
Reference in New Issue
Block a user