Skip to content

Commit d509de0

Browse files
committed
remove fixme
1 parent efb2deb commit d509de0

File tree

1 file changed

+1
-1
lines changed
  • resources/scenarios/ln_framework

1 file changed

+1
-1
lines changed

resources/scenarios/ln_framework/ln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def channel(self, pk, capacity, push_amt, fee_rate, max_tries=10) -> dict:
483483
"nodeId": pk,
484484
"fundingFeerateSatByte": fee_rate,
485485
"fundingFeeBudgetSatoshis": fee_rate * NON_GROUPED_UTXO_BYTE_SIZE,
486-
} # FIXME: https://acinq.github.io/eclair/#open-2 what parameters should be sent?
486+
} # https://acinq.github.io/eclair/#open-2
487487
attempt = 0
488488
while attempt < max_tries:
489489
attempt += 1

0 commit comments

Comments
 (0)