Update packages/stargate/src/aminomsgs.ts

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Assaf Morami 2022-01-20 12:07:59 +02:00 committed by GitHub
parent 17ea689da8
commit f55e157187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).
*/