This commit is contained in:
2025-08-20 10:11:02 +03:00
parent 06103a3264
commit 6e36db428a

View File

@@ -52,7 +52,7 @@ func NewResponse(result any, id *json.RawMessage) *RPCResponse {
return &RPCResponse{
JSONRPC: JSONRPCVersion,
ID: id,
Result: result,
Data: GetData(result),
Result: result,
Data: GetData(result),
}
}