From 42a676d277ba21f91254467556abd110be4e4b16 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 14 Oct 2025 12:20:35 -0400 Subject: [PATCH] Make the shieldcoinbase donation test pass --- src/wallet/asyncrpcoperation_shieldcoinbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_shieldcoinbase.h b/src/wallet/asyncrpcoperation_shieldcoinbase.h index 8ef85bdc0..121d214b9 100644 --- a/src/wallet/asyncrpcoperation_shieldcoinbase.h +++ b/src/wallet/asyncrpcoperation_shieldcoinbase.h @@ -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;