1
0

ln: initialize genesis with object, fix method name typo, use depth_target_to_fee

This commit is contained in:
Janus
2018-07-19 13:10:41 +02:00
committed by ThomasV
parent bb4aa1e135
commit 478e484c54
2 changed files with 10 additions and 10 deletions

View File

@@ -143,7 +143,7 @@ class HTLCStateMachine(PrintError):
self.state = 'DISCONNECTED'
def get_funding_addres(self):
def get_funding_address(self):
script = funding_output_script(self.local_config, self.remote_config)
return redeem_script_to_address('p2wsh', script)