notification: block_added json key updated from block to block_added

Changelog-Added: JSON-RPC: `block_added` notification wraps fields in `block_added` object (notification consistency)
This commit is contained in:
Shahana Farooqui
2023-06-27 19:27:39 -07:00
committed by Rusty Russell
parent 79092c16b1
commit b9fba1c0b5
3 changed files with 15 additions and 5 deletions

View File

@@ -423,7 +423,7 @@ Emitted after each block is received from bitcoind, either during the initial sy
```json
{
"block": {
"block_added": {
"hash": "000000000000000000034bdb3c01652a0aa8f63d32f949313d55af2509f9d245",
"height": 753304
}