Fix ambiguity in TimeoutTimestamp docs

Also see https://github.com/cosmos/ibc-go/pull/715
This commit is contained in:
Assaf Morami 2022-01-20 08:20:49 +02:00
parent 16aca38f22
commit 17ea689da8
No known key found for this signature in database
GPG Key ID: 3E8696B445B386F6

View File

@ -377,7 +377,7 @@ export interface AminoMsgTransfer extends AminoMsg {
*/
readonly timeout_height: AminoHeight;
/**
* Timeout timestamp (in nanoseconds). The timeout is disabled when set to 0.
* Timeout timestamp in absolute nanoseconds since unix epoch. The timeout is disabled when set to 0.
*
* 0 values must be omitted (https://github.com/cosmos/cosmos-sdk/blob/v0.42.7/x/ibc/applications/transfer/types/tx.pb.go#L52).
*/