The top-of-file doc comment in contracts/escrow/src/lib.rs reads: "...or refunds them back to the sponsor if the issue is cancelled / its deadline passes unresolved." This predates #57's crowdfunding support — refund() now correctly refunds every contributor their own amount individually, not "the sponsor" singular. For comparison, contracts/milestones/src/lib.rs's equivalent module doc comment was already updated to say "refunded to every contributor in proportion to what they put in," correctly reflecting crowdfunding. Update escrow's module doc comment to match.
The top-of-file doc comment in
contracts/escrow/src/lib.rsreads: "...or refunds them back to the sponsor if the issue is cancelled / its deadline passes unresolved." This predates #57's crowdfunding support —refund()now correctly refunds every contributor their own amount individually, not "the sponsor" singular. For comparison,contracts/milestones/src/lib.rs's equivalent module doc comment was already updated to say "refunded to every contributor in proportion to what they put in," correctly reflecting crowdfunding. Update escrow's module doc comment to match.