1
0

lnbase online test: use random node key when making new channel, save node key, multiple actions per invocation

This commit is contained in:
Janus
2018-05-16 17:49:36 +02:00
committed by ThomasV
parent b81fb44952
commit 5da3820a28
2 changed files with 24 additions and 16 deletions

View File

@@ -1030,7 +1030,7 @@ class Peer(PrintError):
return chan._replace(short_channel_id=short_channel_id, remote_state=chan.remote_state._replace(next_per_commitment_point=remote_funding_locked_msg["next_per_commitment_point"]))
async def pay(self, wallet, chan, sat, payment_hash):
async def pay(self, wallet, chan, sat, payment_hash, pubkey_in_invoice):
def derive_and_incr():
nonlocal chan
last_small_num = chan.local_state.ctn