mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
be7c7b9732
So it doesn't clash with opening daemon, for example. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
400 B
400 B
1 | # Shouldn't happen |
---|---|
2 | opening_bad_command,0x8000 |
3 | # Also shouldn't happen |
4 | opening_key_derivation_failed,0x8001 |
5 | # Also shouldn't happen |
6 | opening_bad_param,0x8002 |
7 | # Also shouldn't happen |
8 | opening_hsm_failed,0x8003 |
9 | # These are due to peer. |
10 | opening_peer_write_failed,0x8010 |
11 | opening_peer_read_failed,0x8011 |
12 | opening_peer_bad_funding,0x8012 |
13 | opening_peer_bad_config,0x8013 |
14 | opening_peer_bad_initial_message,0x8014 |