Skip to content

Commit 8a7c719

Browse files
committed
Update example sol-anchor-contract #107
1 parent b142ecf commit 8a7c719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sol-anchor-contract/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ anchor test --skip-local-validator
3535

3636
NB
3737

38-
When tetsing on local cluster you may encounter error "Pyth price oracle is offline.", please find below one of the approaches of addressing it.
38+
When testing on local cluster you may encounter error "Pyth price oracle is offline.", please find below one of the approaches of addressing it.
3939
- On file "src\lib.rs", change the value "60" to a higher figure on these lines of code ".get_price_no_older_than(current_timestamp1, 60)"
4040
and ".get_price_no_older_than(current_timestamp2, 60)". This should just be for testing purposes on local cluster.

0 commit comments

Comments
 (0)