File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,8 @@ class GetinfoRequestHandler: public BaseRequestHandler
258
258
result.pushKV (" version" , batch[ID_NETWORKINFO][" result" ][" version" ]);
259
259
result.pushKV (" protocolversion" , batch[ID_NETWORKINFO][" result" ][" protocolversion" ]);
260
260
result.pushKV (" blocks" , batch[ID_BLOCKCHAININFO][" result" ][" blocks" ]);
261
+ result.pushKV (" headers" , batch[ID_BLOCKCHAININFO][" result" ][" headers" ]);
262
+ result.pushKV (" verificationprogress" , batch[ID_BLOCKCHAININFO][" result" ][" verificationprogress" ]);
261
263
result.pushKV (" timeoffset" , batch[ID_NETWORKINFO][" result" ][" timeoffset" ]);
262
264
result.pushKV (" connections" , batch[ID_NETWORKINFO][" result" ][" connections" ]);
263
265
result.pushKV (" proxy" , batch[ID_NETWORKINFO][" result" ][" networks" ][0 ][" proxy" ]);
You can’t perform that action at this time.
0 commit comments