From 8e14b3ff8f1b3601a0591cb38ffc4096926f4a38 Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Tue, 27 Jun 2023 19:28:23 -0700 Subject: [PATCH] doc: Typo in balance_snapshot notification object --- doc/PLUGINS.md | 2 +- .../Developer-s Guide/plugin-development/event-notifications.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index ba396111a..ada4384a3 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -848,7 +848,7 @@ current accounts (`account_id` matches the `account_id` emitted from ```json { - "balance_snapshots": [ + "balance_snapshot": [ { 'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d', 'blockheight': 101, diff --git a/doc/guides/Developer-s Guide/plugin-development/event-notifications.md b/doc/guides/Developer-s Guide/plugin-development/event-notifications.md index aa00bcd53..3dbc62cd6 100644 --- a/doc/guides/Developer-s Guide/plugin-development/event-notifications.md +++ b/doc/guides/Developer-s Guide/plugin-development/event-notifications.md @@ -382,7 +382,7 @@ Emitted after we've caught up to the chain head on first start. Lists all curren ```json { - "balance_snapshots": [ + "balance_snapshot": [ { 'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d', 'blockheight': 101,