@@ -256,7 +256,6 @@ class GetinfoRequestHandler: public BaseRequestHandler
256256 return batch[ID_BLOCKCHAININFO];
257257 }
258258 result.pushKV (" version" , batch[ID_NETWORKINFO][" result" ][" version" ]);
259- result.pushKV (" protocolversion" , batch[ID_NETWORKINFO][" result" ][" protocolversion" ]);
260259 result.pushKV (" blocks" , batch[ID_BLOCKCHAININFO][" result" ][" blocks" ]);
261260 result.pushKV (" headers" , batch[ID_BLOCKCHAININFO][" result" ][" headers" ]);
262261 result.pushKV (" verificationprogress" , batch[ID_BLOCKCHAININFO][" result" ][" verificationprogress" ]);
@@ -266,9 +265,7 @@ class GetinfoRequestHandler: public BaseRequestHandler
266265 result.pushKV (" difficulty" , batch[ID_BLOCKCHAININFO][" result" ][" difficulty" ]);
267266 result.pushKV (" chain" , UniValue (batch[ID_BLOCKCHAININFO][" result" ][" chain" ]));
268267 if (!batch[ID_WALLETINFO][" result" ].isNull ()) {
269- result.pushKV (" walletversion" , batch[ID_WALLETINFO][" result" ][" walletversion" ]);
270268 result.pushKV (" balance" , batch[ID_WALLETINFO][" result" ][" balance" ]);
271- result.pushKV (" keypoololdest" , batch[ID_WALLETINFO][" result" ][" keypoololdest" ]);
272269 result.pushKV (" keypoolsize" , batch[ID_WALLETINFO][" result" ][" keypoolsize" ]);
273270 if (!batch[ID_WALLETINFO][" result" ][" unlocked_until" ].isNull ()) {
274271 result.pushKV (" unlocked_until" , batch[ID_WALLETINFO][" result" ][" unlocked_until" ]);
0 commit comments