Remove redundant txConst parameter to FillPSBT

Github-Pull: #14588
Rebased-From: 4f3f5cb4b1
This commit is contained in:
Glenn Willen 2018-10-26 15:24:55 -07:00 committed by Anthony Fieroni
parent b7e58f9c1d
commit cca21e18ea

View file

@ -4166,7 +4166,6 @@ UniValue walletcreatefundedpsbt(const JSONRPCRequest& request)
// Make a blank psbt
PartiallySignedTransaction psbtx(rawTx);
// Fill transaction with out data but don't sign
bool bip32derivs = request.params[4].isNull() ? false : request.params[4].get_bool();
bool complete = true;