We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe8cc5 commit 5fb3b27Copy full SHA for 5fb3b27
program/rust/src/accounts/product.rs
@@ -46,7 +46,7 @@ impl PythAccount for ProductAccount {
46
/// The product metadata is located after the header. It is a key-value storage
47
/// where keys are strings and values are strings
48
/// that is represented as a byte array with the following schema :
49
-/// [len(key1), ...key1, len(val1), ...val1, len(key2), ...key2, len(val2), ...val2, ...]
+/// `[len(key1), ...key1, len(val1), ...val1, len(key2), ...key2, len(val2), ...val2, ...]`
50
pub fn update_product_metadata(
51
instruction_data: &[u8],
52
product_account: &AccountInfo,
0 commit comments