From a481822321b5523b1f330f15af876d95684744d4 Mon Sep 17 00:00:00 2001 From: Jack May Date: Mon, 4 Mar 2019 18:07:16 -0800 Subject: [PATCH] Fix signatureUnsubscribe documentation (#3118) --- book/src/jsonrpc-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/src/jsonrpc-api.md b/book/src/jsonrpc-api.md index 6e9682bcc8..a2c94a1419 100644 --- a/book/src/jsonrpc-api.md +++ b/book/src/jsonrpc-api.md @@ -323,10 +323,10 @@ On `signatureNotification`, the subscription is automatically cancelled --- ### signatureUnsubscribe -Unsubscribe from account userdata change notifications +Unsubscribe from signature confirmation notification ##### Parameters: -* `integer` - id of account subscription to cancel +* `integer` - subscription id to cancel ##### Results: * `bool` - unsubscribe success message