add postfix -md5 to checksum field

This commit is contained in:
2025-08-06 15:45:20 +03:00
parent c08135309f
commit 7f2783b39a

View File

@@ -17,7 +17,7 @@ type RPCResponse struct {
Error any `json:"error,omitempty"`
ResponsibleNode string `json:"responsible-node,omitempty"`
Salt string `json:"salt,omitempty"`
Checksum string `json:"checksum,omitempty"`
Checksum string `json:"checksum-md5,omitempty"`
}
const (