| /// Verify module — minimal stub. | |
| /// All verification logic is implemented in lib.rs::Chain::verify() | |
| pub fn verify_chain() { | |
| // Logic moved to Chain::verify() in lib.rs | |
| } | |
| /// Verify module — minimal stub. | |
| /// All verification logic is implemented in lib.rs::Chain::verify() | |
| pub fn verify_chain() { | |
| // Logic moved to Chain::verify() in lib.rs | |
| } | |