Skip to content

Commit d558437

Browse files
committed
fixup 18115 - missing changes (removed nodiscard attribute)
1 parent 9e54a1f commit d558437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ class CWallet final : public WalletStorage, public interfaces::Chain::Notificati
694694
* @param[in] finalize whether to create the final scriptSig
695695
* return error
696696
*/
697-
[[nodiscard]] TransactionError FillPSBT(PartiallySignedTransaction& psbtx,
697+
TransactionError FillPSBT(PartiallySignedTransaction& psbtx,
698698
bool& complete,
699699
int sighash_type = 1 /* SIGHASH_ALL */,
700700
bool sign = true,

0 commit comments

Comments
 (0)