difftreelog
refactor(app-promo) delete unused error
in: master
1 file changed
pallets/app-promotion/src/lib.rsdiffbeforeafterboth212 PendingForBlockOverflow,212 PendingForBlockOverflow,213 /// The error is due to the fact that the collection/contract must already be sponsored in order to perform the action.213 /// The error is due to the fact that the collection/contract must already be sponsored in order to perform the action.214 SponsorNotSet,214 SponsorNotSet,215 /// 216 IncorrectLockedBalanceOperation,217 /// Errors caused by insufficient staked balance.215 /// Errors caused by insufficient staked balance.218 InsufficientStakedBalance,216 InsufficientStakedBalance,219 /// Errors caused by incorrect state of a staker in context of the pallet.217 /// Errors caused by incorrect state of a staker in context of the pallet.