Skip to content

Commit 938b0cf

Browse files
authored
pkg/cosmos: close chain from relayer (#422)
1 parent c334569 commit 938b0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cosmos/relay.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (r *Relayer) Start(ctx context.Context) error {
6060
return r.chain.Start(ctx)
6161
}
6262

63-
func (r *Relayer) Close() error { return nil }
63+
func (r *Relayer) Close() error { return r.chain.Close() }
6464

6565
func (r *Relayer) Ready() error {
6666
return r.chain.Ready()

0 commit comments

Comments
 (0)