File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ pub trait PythAccount: Pod {
2222 const ACCOUNT_TYPE : u32 ;
2323 /// `INITIAL_SIZE` is the value that the field `size_` will take when the account is first
2424 /// initialized this one is slightly tricky because for mapping (resp. price) `size_` won't
25- /// include the unpopulated entries of `prod_` (resp. `comp_`). At the beginning there
26- /// are 0 products (resp. 0 components) therefore `INITIAL_SIZE` will be equal to the offset
27- /// of `prod_` (resp. `comp_`) Similarly the product account `INITIAL_SIZE` won't
28- /// include any key values.
25+ /// include the unpopulated entries of `prod_` (resp. `comp_`). At the beginning there are 0
26+ /// products (resp. 0 components) therefore `INITIAL_SIZE` will be equal to the offset of
27+ /// `prod_` (resp. `comp_`) Similarly the product account `INITIAL_SIZE` won't include any
28+ /// key values.
2929 const INITIAL_SIZE : u32 ;
3030 /// `minimum_size()` is the minimum size that the solana account holding the struct needs to
3131 /// have. `INITIAL_SIZE` <= `minimum_size()`
You can’t perform that action at this time.
0 commit comments