You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0583]: file not found for module genesis
--> src/main.rs:4:5
|
4 | mod genesis;
| ^^^^^^^
|
= help: name the file either genesis.rs or genesis/mod.rs inside the directory "src"
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
build gmpc failed, the reason is :
error[E0583]: file not found for module
genesis
--> src/main.rs:4:5
|
4 | mod genesis;
| ^^^^^^^
|
= help: name the file either genesis.rs or genesis/mod.rs inside the directory "src"
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: