mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
df-accepter plugin: temporarily dont pass in signpsbt
This commit is contained in:
@@ -110,9 +110,9 @@ def on_tx_sign(openchannel2_sign, plugin, **kwargs):
|
||||
# We only sign the ones with our parity of a serial_id
|
||||
# FIXME: find the inputs with an odd-serial, these are ours
|
||||
# the key for a serial_id ::
|
||||
our_inputs = [1]
|
||||
# our_inputs = [1]
|
||||
|
||||
signed_psbt = plugin.rpc.signpsbt(psbt, signonly=our_inputs)['signed_psbt']
|
||||
signed_psbt = plugin.rpc.signpsbt(psbt)['signed_psbt']
|
||||
return {'result': 'continue', 'psbt': signed_psbt}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user