We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a94683 commit 39451c0Copy full SHA for 39451c0
lightningd/channel_state.h
@@ -50,7 +50,7 @@ enum channel_state {
50
DUALOPEND_OPEN_COMMIT_READY,
51
52
};
53
-#define CHANNEL_STATE_MAX CHANNELD_AWAITING_SPLICE
+#define CHANNEL_STATE_MAX DUALOPEND_OPEN_COMMIT_READY
54
55
/* These are in the database, so don't renumber them! */
56
enum state_change {
0 commit comments