Add fee and size of another FeeFrac to this one.

Synopsis

Declared in <util/feefrac.h>

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

Parameters

Name

Description

other

The FeeFrac whose fee and size are added to this one.

Created with MrDocs