Skip to content

Commit c622df0

Browse files
committed
Revert "avoid invalid duration for client-tp"
This reverts commit 90100c3.
1 parent c45346d commit c622df0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ibc/relayer.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ type CreateClientOptions struct {
292292

293293
// empty values will use the relayer defaults.
294294
func DefaultClientOpts() CreateClientOptions {
295-
return CreateClientOptions{
296-
TrustingPeriod: "0",
297-
}
295+
return CreateClientOptions{}
298296
}
299297

300298
func (opts CreateClientOptions) Validate() error {

0 commit comments

Comments
 (0)