1
0

rebase fixup: use new broadcast_transaction API

This commit is contained in:
Janus
2018-10-12 16:27:12 +02:00
committed by ThomasV
parent 601356f5d1
commit 94a10e6307
4 changed files with 12 additions and 8 deletions

View File

@@ -601,7 +601,7 @@ class Channel(PrintError):
return roundtripped
def __str__(self):
return self.serialize()
return str(self.serialize())
def make_commitment(self, subject, this_point) -> Transaction:
remote_msat, local_msat = self.amounts()