From 29a21c90610aed88b796a7a5900e42e9048b990e Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Sat, 26 Oct 2019 12:03:38 +0200 Subject: [rpc] set default bip32derivs to true for psbt methods --- src/wallet/psbtwallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet/psbtwallet.h') diff --git a/src/wallet/psbtwallet.h b/src/wallet/psbtwallet.h index a7e52df6d9..ec79284e6c 100644 --- a/src/wallet/psbtwallet.h +++ b/src/wallet/psbtwallet.h @@ -27,6 +27,6 @@ NODISCARD TransactionError FillPSBT(const CWallet* pwallet, bool& complete, int sighash_type = 1 /* SIGHASH_ALL */, bool sign = true, - bool bip32derivs = false); + bool bip32derivs = true); #endif // BITCOIN_WALLET_PSBTWALLET_H -- cgit v1.2.3