git.delta.rocks / unique-network / refs/commits / 0564b0f31d0d

difftreelog

refactor(app-promo) delete unused error

PraetorP2023-05-19parent: #24f9c77.patch.diff
in: master

1 file changed

modifiedpallets/app-promotion/src/lib.rsdiffbeforeafterboth
212 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.