We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b142ecf commit 8a7c719Copy full SHA for 8a7c719
examples/sol-anchor-contract/README.md
@@ -35,6 +35,6 @@ anchor test --skip-local-validator
35
36
NB
37
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.
+When testing on local cluster you may encounter error "Pyth price oracle is offline.", please find below one of the approaches of addressing it.
39
- 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)"
40
and ".get_price_no_older_than(current_timestamp2, 60)". This should just be for testing purposes on local cluster.
0 commit comments