Properly declare errors in pallets that use decl_module (#8523)

* Properly declare errors in pallets that use decl_module

* Remove extra error type declaration
This commit is contained in:
Keith Yeung
2021-04-03 13:06:25 -07:00
committed by GitHub
parent 35acdbc16f
commit b2db0ff881
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -195,7 +195,6 @@ decl_module! {
for enum Call
where origin: T::Origin
{
/// The period for which a tip remains open after is has achieved threshold tippers.
const TipCountdown: T::BlockNumber = T::TipCountdown::get();