We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c334569 commit 938b0cfCopy full SHA for 938b0cf
1 file changed
pkg/cosmos/relay.go
@@ -60,7 +60,7 @@ func (r *Relayer) Start(ctx context.Context) error {
60
return r.chain.Start(ctx)
61
}
62
63
-func (r *Relayer) Close() error { return nil }
+func (r *Relayer) Close() error { return r.chain.Close() }
64
65
func (r *Relayer) Ready() error {
66
return r.chain.Ready()
0 commit comments