mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 15:45:09 +01:00
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
|
# Shouldn't happen
|
||
|
channel_bad_command,0x8000
|
||
|
# Also shouldn't happen
|
||
|
channel_hsm_failed,0x8001
|
||
|
|
||
|
# These are due to peer.
|
||
|
channel_peer_write_failed,0x8010
|
||
|
channel_peer_read_failed,0x8011
|
||
|
channel_peer_bad_message,0x8012
|
||
|
|
||
|
# Received funding_locked
|
||
|
channel_received_funding_locked,1
|
||
|
# Received and sent fundin_locked
|
||
|
channel_normal_operation,2
|