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
LSPS doesn't specify what type error codes are, it just makes
reference to JSON-RPC, which only specifies that they are
"integers". In JSON this is also not defined, but probably means
~`i58`s which is the integer range in `f64`s. To ensure we don't
spuriously fail to parse errors, best to just use `i64`s.
/// A request was rejected because the client has no prior activity with the LSP (no open channel and no active LSPS1 or LSPS2 flow). The client should first open a channel
0 commit comments