960 | @@ -961,7 +961,7 @@ class CWallet final : public CCryptoKeyStore, public CValidationInterface
961 | * @note passing nChangePosInOut as -1 will result in setting a random position
962 | */
963 | bool CreateTransaction(const std::vector<CRecipient>& vecSend, CWalletTx& wtxNew, CReserveKey& reservekey, CAmount& nFeeRet, int& nChangePosInOut,
964 | - std::string& strFailReason, const CCoinControl& coin_control, bool sign = true);
965 | + std::string& strFailReason, const CCoinControl& coin_control, FeeCalculation& feeCalc, bool sign = true);
fee_calc? This line already uses new convention. Same for others.