mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-26 11:51:13 +00:00
docs(lee): trim deploy_pda_seed doc comment, fix misattached module doc
deploy_pda_seed's first paragraph just restated its parameter names; kept only the domain-separation rationale. chained_call_forwarder.rs's doc comment was floating over an unrelated type alias instead of being a module-level //! doc.
This commit is contained in:
@@ -43,9 +43,6 @@ impl From<&ProgramData> for Data {
|
||||
|
||||
/// Derives the PDA seed for a deployed program's `ProgramData` account.
|
||||
///
|
||||
/// Combines the program's content-derived identity (`image_id`), its position in a (currently
|
||||
/// always single-segment) split (`segment_number`), and who may redeploy it (`update_auth`).
|
||||
///
|
||||
/// Domain-separated from other PDA-seed derivations in the codebase so that a `deploy_pda_seed`
|
||||
/// output can never collide with a seed meant for a different purpose, even if the input triple
|
||||
/// happened to coincide.
|
||||
|
||||
Reference in New Issue
Block a user