When I'm trying to import PVT_K1 format private key I got the error: "malformed private key". ``` keyBag := &eos.KeyBag{} err := keyBag.ImportPrivateKey(context.Background(), pk) ``` With old PK format works fine.