walletdump generated the following slightly redacted line:
KwntAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 2000-01-01T00:00:00Z label= # addr=1L...
This base58check string results in 34 bytes (checkable using http://gobittest.appspot.com/PrivateKey). The first byte is documented to be 0x80 so the rest is 33 bytes long. Private keys are always 32 bytes.
What does this mean? How to obtain the private key?