mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
Fix typo in comment (#671)
This commit is contained in:
@@ -126,7 +126,7 @@ type WinnersData<T> =
|
||||
// This module's storage items.
|
||||
decl_storage! {
|
||||
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;
|
||||
|
||||
/// Ordered list of all `ParaId` values that are managed by this module. This includes
|
||||
|
||||
Reference in New Issue
Block a user