diff --git a/aquatic_http_private/README.md b/aquatic_http_private/README.md index 1301fb7..615d6b2 100644 --- a/aquatic_http_private/README.md +++ b/aquatic_http_private/README.md @@ -38,8 +38,8 @@ CREATE OR REPLACE PROCEDURE aquatic_announce_v1 ( IN p_user_token VARCHAR(255), -- Hex-encoded info hash IN p_info_hash CHAR(40), - -- Peer ID. VARBINARY since it can be any bytes according to spec. - IN p_peer_id VARBINARY(20), + -- Peer ID. BINARY since it can be any bytes according to spec. + IN p_peer_id BINARY(20), -- Event (started/stopped/completed) (can be NULL) IN p_event VARCHAR(9), -- Bytes uploaded. Passed directly from request.