1
0

(trivial) fix type annotation

This commit is contained in:
SomberNight
2019-07-27 01:23:27 +02:00
committed by ThomasV
parent 087994e39a
commit f060e53912
2 changed files with 2 additions and 2 deletions

View File

@@ -1359,7 +1359,7 @@ class Peer(Logger):
their_sig = cs_payload['signature']
if our_fee == their_fee:
break
# TODO: negociate better
# TODO: negotiate better
our_fee = their_fee
# index of our_sig
i = chan.get_local_index()