withMinFee method

void withMinFee()

Sets the fee to the minimum.

Implementation

void withMinFee() {
  this.fee = PascalCoinInfo.MIN_FEE();
}