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
Currently, if RPC error occurs, the error message just gives unexpected end of JSON input
Because the error format provided by the rpc server is as follows:
Currently, if RPC error occurs, the error message just gives
unexpected end of JSON input
Because the error format provided by the rpc server is as follows:
unexpected end of JSON input
comes from line 75.(
body
has the error message in byte slice)codechain-sdk-go/rpc/base.go
Lines 64 to 77 in 6ad3e76
The text was updated successfully, but these errors were encountered: