Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Pallet for Purchase #1365

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Update comment
shawntabrizi committed Jul 6, 2020
commit 54e664cfebe584223030a3fcce247773c6542aba
2 changes: 1 addition & 1 deletion runtime/common/src/crowdsale.rs
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@ decl_module! {

/// Pay the user and complete the crowdsale process.
///
/// We check tht the account is valid for a balance transfer at this point.
/// We reverify all assumptions about the state of an account, and complete the process.
///
/// Origin must match the `ValidityOrigin`.
#[weight = 0]