Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leonz789 committed Dec 30, 2024
1 parent 129e5f8 commit 5b7145c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/feeder_debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func sendTx(feederID uint64, height int64, price *debugger.PriceMsg) (*debugger.
})
}

func sendTxImmediatly(feederID uint64, price *PriceJSON) (*debugger.SubmitPriceResponse, error) {
func sendTxImmediately(feederID uint64, price *PriceJSON) (*debugger.SubmitPriceResponse, error) {
if err := exoclient.Init(feederConfig, mnemonic, privFile, true, true); err != nil {
return nil, fmt.Errorf("failed to init exoclient in txOnly mode for debug, error:%w", err)
}
Expand Down
2 changes: 1 addition & 1 deletion types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Config struct {
AppName string `mapstructure:"appname"`
Gprc string `mapstructure:"grpc"`
Ws string `mapstructure:"ws"`
Rpc string `mspstructure:"rpc"`
Rpc string `mapstructure:"rpc"`
} `mapstructure:"exocore"`
}

Expand Down

0 comments on commit 5b7145c

Please sign in to comment.