build: fix forward declaration of CRecipient

This commit is contained in:
Byron Hambly 2023-09-01 18:13:19 +02:00
parent 591749d9f1
commit 4671addbe0
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -13,7 +13,7 @@
namespace wallet {
class CRecipient;
struct CRecipient;
/** Get the marginal bytes if spending the specified output from this transaction */
int GetTxSpendSize(const CWallet& wallet, const CWalletTx& wtx, unsigned int out, bool use_max_sig = false);