WIP donation

This commit is contained in:
Duke
2025-10-13 15:27:30 -04:00
parent c078d1606d
commit 1f50e635a0
2 changed files with 11 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ public:
std::vector<ShieldCoinbaseUTXO> inputs,
std::string toAddress,
CAmount fee = SHIELD_COINBASE_DEFAULT_MINERS_FEE,
CAmount donation = 0,
CAmount donation = 0, //TODO: uint8_t
UniValue contextInfo = NullUniValue);
virtual ~AsyncRPCOperation_shieldcoinbase();