@@ -256,7 +256,6 @@ class GetinfoRequestHandler: public BaseRequestHandler
256
256
return batch[ID_BLOCKCHAININFO];
257
257
}
258
258
result.pushKV (" version" , batch[ID_NETWORKINFO][" result" ][" version" ]);
259
- result.pushKV (" protocolversion" , batch[ID_NETWORKINFO][" result" ][" protocolversion" ]);
260
259
result.pushKV (" blocks" , batch[ID_BLOCKCHAININFO][" result" ][" blocks" ]);
261
260
result.pushKV (" headers" , batch[ID_BLOCKCHAININFO][" result" ][" headers" ]);
262
261
result.pushKV (" verificationprogress" , batch[ID_BLOCKCHAININFO][" result" ][" verificationprogress" ]);
@@ -266,9 +265,7 @@ class GetinfoRequestHandler: public BaseRequestHandler
266
265
result.pushKV (" difficulty" , batch[ID_BLOCKCHAININFO][" result" ][" difficulty" ]);
267
266
result.pushKV (" chain" , UniValue (batch[ID_BLOCKCHAININFO][" result" ][" chain" ]));
268
267
if (!batch[ID_WALLETINFO][" result" ].isNull ()) {
269
- result.pushKV (" walletversion" , batch[ID_WALLETINFO][" result" ][" walletversion" ]);
270
268
result.pushKV (" balance" , batch[ID_WALLETINFO][" result" ][" balance" ]);
271
- result.pushKV (" keypoololdest" , batch[ID_WALLETINFO][" result" ][" keypoololdest" ]);
272
269
result.pushKV (" keypoolsize" , batch[ID_WALLETINFO][" result" ][" keypoolsize" ]);
273
270
if (!batch[ID_WALLETINFO][" result" ][" unlocked_until" ].isNull ()) {
274
271
result.pushKV (" unlocked_until" , batch[ID_WALLETINFO][" result" ][" unlocked_until" ]);
0 commit comments