From 17ea689da849aec49055a7985a9780a1c7d581ac Mon Sep 17 00:00:00 2001 From: Assaf Morami Date: Thu, 20 Jan 2022 08:20:49 +0200 Subject: [PATCH] Fix ambiguity in TimeoutTimestamp docs Also see https://github.com/cosmos/ibc-go/pull/715 --- packages/stargate/src/aminomsgs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stargate/src/aminomsgs.ts b/packages/stargate/src/aminomsgs.ts index 886d7940..a258b0fe 100644 --- a/packages/stargate/src/aminomsgs.ts +++ b/packages/stargate/src/aminomsgs.ts @@ -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). */