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,