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
The schemas appear to have sliced that enum based on where it is being used, which means that when we copied one instance to build the HtlcState enum in the Rust library we were missing the states that could not appear in that particular instance, however they may appear in other instances.
I have a version that combines all HTLC states into single enum. Interestingly enough I seem to have stumbled over this before and only the cln-grpc crate was missing some entires, but the error points at cln-rpc. I'll publish my fix, but leave this open because I'm not sure this is the fix we need.
When calling the gRPC we receive the following error:
The text was updated successfully, but these errors were encountered: