You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
case ascii if ascii.equals("Awaiting unilateral close") => ascii
126
+
case ascii if ascii.equals("internal error") => ascii
127
+
case ascii if ascii.equals("We can't be together anymore.") => ascii
128
+
case ascii if ascii.equals("forced local commit") => ascii
129
+
case ascii if ascii.equals("invalid revocation") => ascii
130
+
case ascii if ascii.equals("Channel open canceled by us") => ascii
131
+
case ascii if ascii.equals("Number of pending channels exceed maximum") => ascii
132
+
case ascii if ascii.equals("channel rejected") => ascii
133
+
case ascii if ascii.equals("funding failed due to internal error") => ascii
134
+
case ascii if ascii.equals("unable to resume channel, recovery required") => ascii
135
+
case ascii if ascii.equals("Channel is closed and forgotten") => ascii
136
+
case ascii if ascii.equals("unknown channel") => ascii
137
+
case ascii if ascii.startsWith("funding tx has been spent") =>"funding tx has been spent"
138
+
case ascii if ascii.startsWith("invalid commitment signature") =>"invalid commitment signature"
139
+
case ascii if ascii.startsWith("channeld: received ERROR channel") =>"channeld: received ERROR channel"
140
+
case ascii if ascii.startsWith("Witnesses lower effective feerate below agreed upon rate") =>"Witnesses lower effective feerate below agreed upon rate"
0 commit comments