mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pyln: Add ammag key to onion keyset
This was missing, and is required to wrap error responses.
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user