Skip to content

Commit 080fafe

Browse files
authored
archive storage: fix wrong notification method name (#163)
1 parent d964c35 commit 080fafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/archive_unstable_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This function will later generate one or more notifications in the following for
2121
```json
2222
{
2323
"jsonrpc": "2.0",
24-
"method": "archive_unstable_storageDiffEvent",
24+
"method": "archive_unstable_storageEvent",
2525
"params": {
2626
"subscription": "...",
2727
"result": ...

0 commit comments

Comments
 (0)