Update crates/aiken/src/cmd/new.rs
This commit is contained in:
parent
5a8ef1aef0
commit
85b6caf9e9
|
@ -114,7 +114,7 @@ fn create_validators(root: &Path) -> miette::Result<()> {
|
|||
fn create_validator(root: &Path) -> miette::Result<()> {
|
||||
let validators = root.join("validators");
|
||||
fs::write(
|
||||
validators.join("hello.ak"),
|
||||
validators.join("placeholder.ak"),
|
||||
indoc! {
|
||||
r#"
|
||||
use cardano/address.{{Credential}}
|
||||
|
|
Loading…
Reference in New Issue