1
0

basic_mpp: receive multi-part payments

This commit is contained in:
ThomasV
2021-01-27 19:27:06 +01:00
parent c0bf9b4509
commit ef5a265449
5 changed files with 51 additions and 22 deletions

View File

@@ -498,6 +498,7 @@ class OnionFailureCode(IntEnum):
CHANNEL_DISABLED = UPDATE | 20
EXPIRY_TOO_FAR = 21
INVALID_ONION_PAYLOAD = PERM | 22
MPP_TIMEOUT = 23
# don't use these elsewhere, the names are ambiguous without context