1
0

storage upgrade: move "htlc_minimum_msat" to base channel config

This commit is contained in:
SomberNight
2020-03-26 06:32:12 +01:00
parent 53c6fc8cf1
commit 01207316aa
4 changed files with 15 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ def create_channel_state(funding_txid, funding_index, funding_sat, is_initiator,
was_announced=False,
current_commitment_signature=None,
current_htlc_signatures=None,
htlc_minimum_msat=1,
),
"constraints":lnpeer.ChannelConstraints(
capacity=funding_sat,