Closed samlaf closed 1 month ago
The Spec for keyed puts is
Request: POST /put/<hex_encoded_commitment> Content-Type: application/octet-stream Body: <preimage_bytes> Response: 200 OK
but we actually return the commitment back, the same way we do for keyless puts.
Doesn't really matter but feel like we should implement the spec exactly?
The Spec for keyed puts is
but we actually return the commitment back, the same way we do for keyless puts.
Doesn't really matter but feel like we should implement the spec exactly?