mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 20:07:56 +00:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user