Skip to content

Commit

Permalink
chore: trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 9, 2024
1 parent 9b4febd commit 3465528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/node/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func run(ctx context.Context, configFile string) error {
}

func startAppServer(ctx context.Context, cfg *Config, logger log.Logger) error {
// Start remote signer (must start before node if running builtin).
// Start remote signer (must start before node if running builtin)
if cfg.PrivValServer != "" {
err := startRemoteSigner(ctx, cfg, logger)
if err != nil {
Expand Down

0 comments on commit 3465528

Please sign in to comment.