From 24d069a7f0b8249e40cd7bac447b016f7d52e37f Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Mon, 13 Nov 2023 11:36:20 +0200 Subject: [PATCH] chainHead/unpin: Explicit about unpin parameters Signed-off-by: Alexandru Vasile --- src/api/chainHead_unstable_unpin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/chainHead_unstable_unpin.md b/src/api/chainHead_unstable_unpin.md index 90f8669..697bdb6 100644 --- a/src/api/chainHead_unstable_unpin.md +++ b/src/api/chainHead_unstable_unpin.md @@ -3,7 +3,7 @@ **Parameters**: - `followSubscription`: An opaque string that was returned by `chainHead_unstable_follow`. -- `hash`: String or array of strings containing the hexadecimal-encoded hash of the header of the block to unpin. +- `hash_or_hashes`: String or array of strings containing the hexadecimal-encoded hash of the header of the block to unpin. **Return value**: *null*