Home
last modified time | relevance | path

Searched refs:old_fee (Results 1 – 25 of 63) sorted by relevance

123

/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
86 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
120 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
188 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
200 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
H A Dfeebumper.h37 CAmount& old_fee,
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut();
86 CFeeRate nOldFeeRate(old_fee, txSize);
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,…
120 CFeeRate feerate(old_fee, txSize);
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx)
188 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut();
200 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control);
H A Dfeebumper.h37 CAmount& old_fee,
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
86 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
120 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
190 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
202 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
H A Dfeebumper.h37 CAmount& old_fee,
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
86 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
120 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
190 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
202 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
H A Dfeebumper.h37 CAmount& old_fee,
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dfeebumper.cpp82 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
84 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
112 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
118 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
154 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
188 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
200 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
H A Dfeebumper.h36 CAmount& old_fee,
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
86 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
120 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
190 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
202 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/wallet/
H A Dfeebumper.cpp84 CAmount old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CheckFeeRate() local
86 CFeeRate nOldFeeRate(old_fee, txSize); in CheckFeeRate()
114 static CFeeRate EstimateFeeRate(const CWallet& wallet, const CWalletTx& wtx, const CAmount old_fee,… in EstimateFeeRate() argument
120 CFeeRate feerate(old_fee, txSize); in EstimateFeeRate()
155 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateRateBumpTransaction() argument
188 old_fee = wtx.GetDebit(filter) - wtx.tx->GetValueOut(); in CreateRateBumpTransaction()
200 new_coin_control.m_feerate = EstimateFeeRate(wallet, wtx, old_fee, new_coin_control); in CreateRateBumpTransaction()
H A Dfeebumper.h37 CAmount& old_fee,
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp79 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateTransaction() argument
122 old_fee = wtx.GetDebit(ISMINE_SPENDABLE) - wtx.tx->GetValueOut(); in CreateTransaction()
123 CFeeRate nOldFeeRate(old_fee, txSize); in CreateTransaction()
189 CAmount nDelta = new_fee - old_fee; in CreateTransaction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp79 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateTransaction() argument
122 old_fee = wtx.GetDebit(ISMINE_SPENDABLE) - wtx.tx->GetValueOut(); in CreateTransaction()
123 CFeeRate nOldFeeRate(old_fee, txSize); in CreateTransaction()
189 CAmount nDelta = new_fee - old_fee; in CreateTransaction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp79 CAmount& old_fee, CAmount& new_fee, CMutableTransaction& mtx) in CreateTransaction() argument
122 old_fee = wtx.GetDebit(ISMINE_SPENDABLE) - wtx.tx->GetValueOut(); in CreateTransaction()
123 CFeeRate nOldFeeRate(old_fee, txSize); in CreateTransaction()
189 CAmount nDelta = new_fee - old_fee; in CreateTransaction()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp474 CAmount old_fee; in bumpFee() local
477 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
492 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
496 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp474 CAmount old_fee; in bumpFee() local
477 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
492 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
496 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/
H A Dwalletmodel.cpp474 CAmount old_fee; in bumpFee() local
477 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
492 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
496 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp523 CAmount old_fee; in bumpFee() local
526 …if (!m_wallet->createBumpTransaction(hash, coin_control, 0 /* totalFee */, errors, old_fee, new_fe… in bumpFee()
539 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
543 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp523 CAmount old_fee; in bumpFee() local
526 …if (!m_wallet->createBumpTransaction(hash, coin_control, 0 /* totalFee */, errors, old_fee, new_fe… in bumpFee()
539 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
543 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp492 CAmount old_fee; in bumpFee() local
495 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
510 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
514 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp492 CAmount old_fee; in bumpFee() local
495 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
510 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
514 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/qt/
H A Dwalletmodel.cpp492 CAmount old_fee; in bumpFee() local
495 if (!m_wallet->createBumpTransaction(hash, coin_control, errors, old_fee, new_fee, mtx)) { in bumpFee()
510 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
514 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/qt/
H A Dwalletmodel.cpp523 CAmount old_fee; in bumpFee() local
526 …if (!m_wallet->createBumpTransaction(hash, coin_control, 0 /* totalFee */, errors, old_fee, new_fe… in bumpFee()
539 …stionString.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), old_fee)); in bumpFee()
543 …g.append(BitcoinUnits::formatHtmlWithUnit(getOptionsModel()->getDisplayUnit(), new_fee - old_fee)); in bumpFee()

123