FeeFrac::operator+=

Add fee and size of another FeeFrac to this one.

Synopsis

Declared in <util/feefrac.h>

void
operator+=(FeeFrac const& other) noexcept;

Parameters

NameDescription
otherThe FeeFrac whose fee and size are added to this one.