Skip to content

Commit

Permalink
Merge pull request #10 from disperze/cli-timeout-height-zero
Browse files Browse the repository at this point in the history
cli: Use timestamp as timeout by default (GoN)
  • Loading branch information
taramakage authored Apr 6, 2023
2 parents 0e33747 + 5260c30 commit 430c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
// DefaultRelativePacketTimeoutHeight is the default packet timeout height (in blocks) relative
// to the current block height of the counterparty chain provided by the client state. The
// timeout is disabled when set to 0.
DefaultRelativePacketTimeoutHeight = "0-1000"
DefaultRelativePacketTimeoutHeight = "0-0"

// DefaultRelativePacketTimeoutTimestamp is the default packet timeout timestamp (in nanoseconds)
// relative to the current block timestamp of the counterparty chain provided by the client
Expand Down

0 comments on commit 430c362

Please sign in to comment.