Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: mismatching message name: got trezor.ThetaGetAddress, want trezor.testGetAddress #33

Open
chandanoodles opened this issue Jun 16, 2022 · 1 comment

Comments

@chandanoodles
Copy link

this is issue is coming when are trying private net with custom name and trying to run eth rpc services, we have checked in our code custom name is added all over places but still the same error kindly guide us on this please

oroutine 1 [running]:
google.golang.org/protobuf/internal/impl.legacyLoadMessageDesc({0xfc92e0?, 0xd8a4a0}, {0xde0d3c, 0x16})
/home/ubuntu/go/pkg/mod/google.golang.org/[email protected]/internal/impl/legacy_message.go:136 +0x479
google.golang.org/protobuf/internal/impl.legacyLoadMessageInfo({0xfc92e0?, 0xd8a4a0}, {0xde0d3c, 0x16})
/home/ubuntu/go/pkg/mod/google.golang.org/[email protected]/internal/impl/legacy_message.go:48 +0x90
google.golang.org/protobuf/internal/impl.Export.LegacyMessageTypeOf({}, {0xfc1ea8?, 0x0}, {0xde0d3c, 0x16})
/home/ubuntu/go/pkg/mod/google.golang.org/[email protected]/internal/impl/legacy_export.go:33 +0x9d
github.com/golang/protobuf/proto.RegisterType({0xfc1ea8?, 0x0}, {0xde0d3c, 0x16})
/home/ubuntu/go/pkg/mod/github.com/golang/[email protected]/proto/registry.go:186 +0x36
github.com/testtoken/test/wallet/coldwallet/keystore/trezor.init.0()
/home/ubuntu/go/bin/test-blockchain/testtoken/test/wallet/coldwallet/keystore/trezor/messages.pb.go:4387 +0x299

@muroko
Copy link

muroko commented Sep 21, 2023

The Fix is simple, Disable Trezor Init in .../keystore/trezor/messages.pb.go by commenting out from lines #4363 to #4438

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants