1
0

localconfig: rename seed to channel_seed

This commit is contained in:
ThomasV
2020-04-06 16:53:48 +02:00
parent 08bc8617ad
commit f3995350e8
4 changed files with 8 additions and 14 deletions

View File

@@ -70,7 +70,7 @@ def create_channel_state(funding_txid, funding_index, funding_sat, is_initiator,
current_per_commitment_point=cur,
),
"local_config":lnpeer.LocalConfig(
seed = None,
channel_seed = None,
payment_basepoint=privkeys[0],
multisig_key=privkeys[1],
htlc_basepoint=privkeys[2],