Skip to content
Snippets Groups Projects
Commit fda1710c authored by Éloïs's avatar Éloïs
Browse files

feat(runtime): force disable fees

parent c9de99c9
No related branches found
No related tags found
No related merge requests found
......@@ -35,4 +35,8 @@ where
degree: 1,
})
}
// Force disable fees
fn calc(weight: &Weight) -> Self::Balance {
Zero::zero()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment