mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
Merge pull request #2118 from AleoHQ/fix/leo-new-default
Fixes comment in file produced by `leo new`
This commit is contained in:
commit
cc39ee2fb2
@ -69,7 +69,7 @@ impl MainFile {
|
||||
// TODO: Generalize to other networks.
|
||||
fn template(&self) -> String {
|
||||
format!(
|
||||
r#"// The '{}' main function.
|
||||
r#"// The '{}' program.
|
||||
program {}.aleo {{
|
||||
transition main(public a: u32, b: u32) -> u32 {{
|
||||
let c: u32 = a + b;
|
||||
|
Loading…
Reference in New Issue
Block a user