Skip to content
Snippets Groups Projects
Commit 30f183c8 authored by Afri Schoedon's avatar Afri Schoedon Committed by Wei Tang
Browse files

shasper: fix binary name (#59)

parent aa75d36a
Branches
No related merge requests found
Pipeline #30646 passed with stages
in 6 minutes and 29 seconds
......@@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"
[[bin]]
name = "shapser"
name = "shasper"
path = "src/main.rs"
[dependencies]
......
......@@ -48,7 +48,7 @@ pub type BlockNumber = u64;
/// Count value in Shasper.
pub type Count = u64;
/// Slot value in Shapser.
/// Slot value in Shasper.
pub type Slot = u64;
/// Epoch value in Shasper.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment