Skip to content

Commit

Permalink
Fix ambiguity in TimeoutTimestamp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Jan 20, 2022
1 parent 16aca38 commit 17ea689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stargate/src/aminomsgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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).
*/
Expand Down

0 comments on commit 17ea689

Please sign in to comment.