mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-17 04:44:22 +01:00
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 |