mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-16 20:26:12 +00:00
privval/grpc: normalize signature (#8441)
This commit is contained in:
@@ -248,7 +248,7 @@ func startSigner(ctx context.Context, logger log.Logger, cfg *Config) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
ss := grpcprivval.NewSignerServer(cfg.ChainID, filePV, logger)
|
||||
ss := grpcprivval.NewSignerServer(logger, cfg.ChainID, filePV)
|
||||
|
||||
s := grpc.NewServer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user