ln: initialize genesis with object, fix method name typo, use depth_target_to_fee
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user