Fix bug in wallet tests
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
|||||||
|
|
||||||
void IncrementNoteWitnesses(const CBlockIndex* pindex,
|
void IncrementNoteWitnesses(const CBlockIndex* pindex,
|
||||||
const CBlock* pblock,
|
const CBlock* pblock,
|
||||||
ZCIncrementalMerkleTree tree) {
|
ZCIncrementalMerkleTree& tree) {
|
||||||
CWallet::IncrementNoteWitnesses(pindex, pblock, tree);
|
CWallet::IncrementNoteWitnesses(pindex, pblock, tree);
|
||||||
}
|
}
|
||||||
void DecrementNoteWitnesses(const CBlockIndex* pindex) {
|
void DecrementNoteWitnesses(const CBlockIndex* pindex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user