mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 07:37:05 +01:00
9014f2593e
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
341 B
341 B
1 | # Shouldn't happen |
---|---|
2 | channel_bad_command,0x8000 |
3 | # Also shouldn't happen |
4 | channel_hsm_failed,0x8001 |
5 | # These are due to peer. |
6 | channel_peer_write_failed,0x8010 |
7 | channel_peer_read_failed,0x8011 |
8 | channel_peer_bad_message,0x8012 |
9 | # Received funding_locked |
10 | channel_received_funding_locked,1 |
11 | # Received and sent fundin_locked |
12 | channel_normal_operation,2 |