Skip to content

Commit 54501ad

Browse files
authored
Update price-feed-account.md
1 parent ae88acf commit 54501ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dapps/non-evm/solana/price-feed-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ fn redstone_value_to_price(raw_be_value: [u8; 32]) -> Result<u64> {
6767
}
6868
```
6969

70-
> ⚠️ Remember, the value is multiplied by 10 \*\* decimals.
70+
> ⚠️ Remember, the value is multiplied by `10^decimals`.
7171
7272
### Example usage
7373

0 commit comments

Comments
 (0)