Skip to content

Commit

Permalink
removed plugins requirement from cli as it's not needed for SEDA's im…
Browse files Browse the repository at this point in the history
…plementation
  • Loading branch information
jasperdg committed Apr 27, 2024
1 parent bcde5ed commit e1d7563
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cmd/rosetta.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ func RosettaCommand(ir codectypes.InterfaceRegistry, cdc codec.Codec) *cobra.Com
}
conf.WithCodec(ir, protoCodec)

err = rosetta.LoadPlugin(ir, cmd.Flag("plugin").Value.String())
if err != nil {
fmt.Printf("[Rosetta]- Error while loading cosmos-hub plugin: %s", err.Error())
return err
}

if cmd.Flag("grpc-types-server").Value.String() != "" {
err = rosetta.ReflectInterfaces(ir, cmd.Flag("grpc-types-server").Value.String())
if err != nil {
Expand Down

0 comments on commit e1d7563

Please sign in to comment.