Make the shieldcoinbase donation test pass
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user