vault713 / wallet713

A wallet that makes it easy to send, store, and swap Grin.
Apache License 2.0
196 stars 74 forks source link

Config option: skip invoice fee check #139

Closed jaspervdm closed 5 years ago

jaspervdm commented 5 years ago

This PR allows a new configuration option check_invoice_fee that allows to skip checking fees for invoices. This is useful in situations where the invoiced tx is part of a larger tx which will pay for the fee one way or the other.

Waiting for https://github.com/mimblewimble/grin/pull/2651 to be merged in