From f55e1571871e5bd9470390a21dc6983b4c7004cc Mon Sep 17 00:00:00 2001 From: Assaf Morami Date: Thu, 20 Jan 2022 12:07:59 +0200 Subject: [PATCH] Update packages/stargate/src/aminomsgs.ts Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com> --- 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 a258b0fe..f39c5600 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 absolute nanoseconds since unix epoch. The timeout is disabled when set to 0. + * Timeout timestamp in 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). */