mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
build: fix forward declaration of CRecipient
This commit is contained in:
parent
591749d9f1
commit
4671addbe0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue