Skip to content

Commit

Permalink
change naming
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanGun committed Jan 28, 2025
1 parent 53bddca commit 17ad0c8
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion basics/ed25519_example/Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolution = true
skip-lint = false

[programs.localnet]
ed25519_example = "5qymHa7CTb6mQkhmKpTv5rstKc4TyYcJ7hkBSi2mPnkH"
ed_25519_example = "5qymHa7CTb6mQkhmKpTv5rstKc4TyYcJ7hkBSi2mPnkH"

[registry]
url = "https://api.apr.dev"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "ed25519_example"
name = "ed_25519_example"
version = "0.1.0"
description = "Created with Anchor"
edition = "2021"

[lib]
crate-type = ["cdylib", "lib"]
name = "ed25519_example"
name = "ed_25519_example"

[features]
default = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub mod errors;


#[program]
pub mod ed25519_example {
pub mod ed_25519_example {
use super::*;

pub fn verify_message(
Expand Down

0 comments on commit 17ad0c8

Please sign in to comment.