Home
last modified time | relevance | path

Searched refs:minimum_value_for_change (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp3027 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransaction() local
3028 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransaction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp3027 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransaction() local
3028 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransaction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dwallet.cpp3027 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransaction() local
3028 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransaction()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp3061 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransactionInternal() local
3062 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransactionInternal()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp3061 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransactionInternal() local
3062 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransactionInternal()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/wallet/
H A Dwallet.cpp3061 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransactionInternal() local
3062 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransactionInternal()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/wallet/
H A Dwallet.cpp3164 … CAmount minimum_value_for_change = GetDustThreshold(change_prototype_txout, discard_rate); in CreateTransaction() local
3165 if (nFeeRet >= fee_needed_with_change + minimum_value_for_change) { in CreateTransaction()