Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Commit eab1281

Browse files
committed
fix getVaa desc
1 parent c04ef05 commit eab1281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-common-js/src/PriceServiceConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class PriceServiceConnection {
158158
*
159159
* @param priceId Hex-encoded price id.
160160
* @param publishTime Epoch timestamp in seconds.
161-
* @returns JSON object of VAA and publishTime.
161+
* @returns Tuple of VAA and publishTime.
162162
*/
163163
async getVaa(
164164
priceId: HexString,

0 commit comments

Comments
 (0)