From cb1b3df55301309e37b13a4c6d8560f5e28ca201 Mon Sep 17 00:00:00 2001 From: Duke Date: Mon, 19 May 2025 09:20:54 -0400 Subject: [PATCH] Remove unused sprout junk --- src/wallet/asyncrpcoperation_sendmany.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index 316b7ac32..42ae2e505 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -45,12 +45,6 @@ typedef std::tuple SendManyRecipient; // Input UTXO is a tuple (quadruple) of txid, vout, amount, coinbase) typedef std::tuple SendManyInputUTXO; -// A struct to help us track the witness and anchor for a given JSOutPoint -struct WitnessAnchorData { - boost::optional witness; - uint256 anchor; -}; - class AsyncRPCOperation_sendmany : public AsyncRPCOperation { public: AsyncRPCOperation_sendmany( @@ -169,6 +163,4 @@ public: } }; - #endif /* ASYNCRPCOPERATION_SENDMANY_H */ -