| 861 | } |
| 862 | |
| 863 | CAmount OutputGroup::GetSelectionAmount() const |
| 864 | { |
| 865 | return m_subtract_fee_outputs ? m_value : effective_value; |
| 866 | } |
| 867 | |
| 868 | void OutputGroupTypeMap::Push(const OutputGroup& group, OutputType type, bool insert_positive, bool insert_mixed) |
| 869 | { |
no outgoing calls