39@@ -40,7 +40,7 @@ static RPCHelpMan getwalletinfo()
40 {
41 {
42 {RPCResult::Type::STR, "walletname", "the wallet name"},
43- {RPCResult::Type::NUM, "walletversion", "the wallet version"},
44+ {RPCResult::Type::NUM, "walletversion", "the wallet version (the oldest client version guaranteed to understand this wallet)"},
“the wallet version” is redundant to the field name, whereas “current wallet format” provides a bit more context
0 {RPCResult::Type::NUM, "walletversion", "the current wallet format (the oldest client version guaranteed to understand this wallet)"},