Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/codegen/dispatch/polkadot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use solang_parser::pt::{FunctionTy, Loc::Codegen};
use std::fmt::{Display, Formatter, Result};

/// On Polkadot, contracts export a `call` and a `deploy` function.
/// The `contracts` pallet will invoke `deploy` on contract instatiation,
/// The `contracts` pallet will invoke `deploy` on contract instantiation,
/// and `call` on any contract calls after the instantiation.
///
/// On Ethereum, constructors do not exist on-chain; they are only executed once.
Expand Down
Loading