mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
doc: Typo in balance_snapshot notification object
This commit is contained in:
committed by
Rusty Russell
parent
b9fba1c0b5
commit
8e14b3ff8f
@@ -848,7 +848,7 @@ current accounts (`account_id` matches the `account_id` emitted from
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"balance_snapshots": [
|
"balance_snapshot": [
|
||||||
{
|
{
|
||||||
'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d',
|
'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d',
|
||||||
'blockheight': 101,
|
'blockheight': 101,
|
||||||
|
|||||||
@@ -382,7 +382,7 @@ Emitted after we've caught up to the chain head on first start. Lists all curren
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"balance_snapshots": [
|
"balance_snapshot": [
|
||||||
{
|
{
|
||||||
'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d',
|
'node_id': '035d2b1192dfba134e10e540875d366ebc8bc353d5aa766b80c090b39c3a5d885d',
|
||||||
'blockheight': 101,
|
'blockheight': 101,
|
||||||
|
|||||||
Reference in New Issue
Block a user