core-lightning/lightningd/channel/channel_status_wire.csv
Rusty Russell 9014f2593e lightningd/channel: normal operation daemon.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-07 11:56:12 +10:30

341 B

1# Shouldn't happen
2channel_bad_command,0x8000
3# Also shouldn't happen
4channel_hsm_failed,0x8001
5# These are due to peer.
6channel_peer_write_failed,0x8010
7channel_peer_read_failed,0x8011
8channel_peer_bad_message,0x8012
9# Received funding_locked
10channel_received_funding_locked,1
11# Received and sent fundin_locked
12channel_normal_operation,2