mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 16:44:20 +01:00
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:
committed by
Rusty Russell
parent
79092c16b1
commit
b9fba1c0b5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user