pyln: Add ammag key to onion keyset

This was missing, and is required to wrap error responses.
This commit is contained in:
Christian Decker
2021-01-04 11:32:02 +01:00
parent 1a8978100e
commit a91254de11
2 changed files with 2 additions and 1 deletions

View File

@@ -413,7 +413,7 @@ class RoutingOnion(object):
)
KeySet = namedtuple('KeySet', ['rho', 'mu', 'um', 'pad', 'gamma', 'pi'])
KeySet = namedtuple('KeySet', ['rho', 'mu', 'um', 'pad', 'gamma', 'pi', 'ammag'])
def xor_inplace(d: Union[bytearray, memoryview],