From 0564b0f31d0d0d56824acab30271c61ee05758da Mon Sep 17 00:00:00 2001 From: PraetorP Date: Fri, 19 May 2023 12:25:21 +0000 Subject: [PATCH] refactor(app-promo): delete unused error --- --- a/pallets/app-promotion/src/lib.rs +++ b/pallets/app-promotion/src/lib.rs @@ -212,8 +212,6 @@ PendingForBlockOverflow, /// The error is due to the fact that the collection/contract must already be sponsored in order to perform the action. SponsorNotSet, - /// - IncorrectLockedBalanceOperation, /// Errors caused by insufficient staked balance. InsufficientStakedBalance, /// Errors caused by incorrect state of a staker in context of the pallet. -- gitstuff