Browse Source

ln: add was_announced in test_lnhtlc

regtest_lnd
Janus 7 years ago
committed by SomberNight
parent
commit
65df59c12f
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 3
      lib/tests/test_lnhtlc.py

3
lib/tests/test_lnhtlc.py

@ -55,7 +55,8 @@ def create_channel_state(funding_txid, funding_index, funding_sat, local_feerate
per_commitment_secret_seed=seed,
amount_msat=local_amount,
next_htlc_id = 0,
funding_locked_received=True
funding_locked_received=True,
was_announced=False
),
constraints=lnbase.ChannelConstraints(capacity=funding_sat, feerate=local_feerate, is_initiator=is_initiator, funding_txn_minimum_depth=3),
node_id=other_node_id

Loading…
Cancel
Save