Make the shieldcoinbase donation test pass

This commit is contained in:
Duke
2025-10-14 12:20:35 -04:00
parent ebde772ada
commit 42a676d277

View File

@@ -97,7 +97,7 @@ private:
CAmount sendAmount;
uint8_t donation = 0;
public:
ShieldToAddress(AsyncRPCOperation_shieldcoinbase *op, CAmount sendAmount, bool donation) :
ShieldToAddress(AsyncRPCOperation_shieldcoinbase *op, CAmount sendAmount, uint8_t donation) :
m_op(op), sendAmount(sendAmount), donation(donation) {}
bool operator()(const libzcash::SaplingPaymentAddress &zaddr) const;