1
0

allow paying invoice without amount. min feerate 253 sat/kw.

This commit is contained in:
SomberNight
2018-07-17 21:27:59 +02:00
committed by ThomasV
parent ba74844b2e
commit 8e63471d69
4 changed files with 21 additions and 9 deletions

View File

@@ -131,6 +131,7 @@ class BitcoinException(Exception): pass
class UserFacingException(Exception):
"""Exception that contains information intended to be shown to the user."""
class InvoiceError(Exception): pass
# Throw this exception to unwind the stack like when an error occurs.
# However unlike other exceptions the user won't be informed.