mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 04:37:57 +00:00
Fix typo in comment (#671)
This commit is contained in:
@@ -126,7 +126,7 @@ type WinnersData<T> =
|
|||||||
// This module's storage items.
|
// This module's storage items.
|
||||||
decl_storage! {
|
decl_storage! {
|
||||||
trait Store for Module<T: Trait> as Slots {
|
trait Store for Module<T: Trait> as Slots {
|
||||||
/// The number of auctions that been started so far.
|
/// The number of auctions that have been started so far.
|
||||||
pub AuctionCounter get(auction_counter): AuctionIndex;
|
pub AuctionCounter get(auction_counter): AuctionIndex;
|
||||||
|
|
||||||
/// Ordered list of all `ParaId` values that are managed by this module. This includes
|
/// Ordered list of all `ParaId` values that are managed by this module. This includes
|
||||||
|
|||||||
Reference in New Issue
Block a user