Remove unused sprout junk

This commit is contained in:
Duke
2025-05-19 09:20:54 -04:00
parent 2bd3b510ed
commit cb1b3df553

View File

@@ -45,12 +45,6 @@ typedef std::tuple<std::string, CAmount, std::string> SendManyRecipient;
// Input UTXO is a tuple (quadruple) of txid, vout, amount, coinbase)
typedef std::tuple<uint256, int, CAmount, bool, CTxDestination> SendManyInputUTXO;
// A struct to help us track the witness and anchor for a given JSOutPoint
struct WitnessAnchorData {
boost::optional<SproutWitness> witness;
uint256 anchor;
};
class AsyncRPCOperation_sendmany : public AsyncRPCOperation {
public:
AsyncRPCOperation_sendmany(
@@ -169,6 +163,4 @@ public:
}
};
#endif /* ASYNCRPCOPERATION_SENDMANY_H */