Skip to content

Commit

Permalink
rename seed to init
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Aug 2, 2024
1 parent a3ab9af commit c0b9c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnft-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub enum Event {
pub struct Service();

impl Service {
pub fn seed(name: String, symbol: String) -> Self {
pub fn init(name: String, symbol: String) -> Self {
unsafe {
STORAGE = Some(Storage {
name,
Expand Down

0 comments on commit c0b9c3d

Please sign in to comment.