wallet update: move fields that have string keys out of channel log
This commit is contained in:
@@ -104,6 +104,8 @@ def create_channel_state(funding_txid, funding_index, funding_sat, is_initiator,
|
||||
'data_loss_protect_remote_pcp': {},
|
||||
'state': 'PREOPENING',
|
||||
'log': {},
|
||||
'fail_htlc_reasons': {},
|
||||
'unfulfilled_htlcs': {},
|
||||
'revocation_store': {},
|
||||
}
|
||||
return StoredDict(state, None, [])
|
||||
|
||||
Reference in New Issue
Block a user