Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pugh
polkadot
Commits
ca8d5c54
Commit
ca8d5c54
authored
Dec 09, 2019
by
Leo Arias
Committed by
Gavin Wood
Dec 09, 2019
Browse files
Fix typo in comment (#671)
parent
453c1023
Changes
1
Show whitespace changes
Inline
Side-by-side
runtime/src/slots.rs
View file @
ca8d5c54
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment