mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
ci: use 24.04 instead of lunar for tidy and fuzz ci
This commit is contained in:
parent
979170fd2c
commit
833eaacade
19 changed files with 30 additions and 32 deletions
|
|
@ -830,7 +830,7 @@ CAmountMap SelectionResult::GetChange(const CAmount min_viable_change, const CAm
|
|||
// - input fees are covered by GetSelectedEffectiveValue()
|
||||
// - non_input_fee is included in m_target
|
||||
// - change_fee
|
||||
const CAmountMap change = m_use_effective
|
||||
CAmountMap change = m_use_effective
|
||||
? GetSelectedEffectiveValue() - m_target - CAmountMap{{::policyAsset, change_fee}}
|
||||
: GetSelectedValue() - m_target;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue