Skip to content

Commit d0e15f6

Browse files
committed
fix website
1 parent 2fa9ac5 commit d0e15f6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

applications/Lastic.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -194,16 +194,16 @@ _Note: Not all storage to query listed here will be implented in the scope of th
194194
|--------------|-------------|
195195
| Configuration | The current configuration of this pallet. |
196196
| Reservations | The Polkadot Core reservations (generally tasked with the maintenance of System Chains). |
197-
| Leases<T> | The Polkadot Core legacy leases. |
198-
| Status<T> | The current status of miscellaneous subsystems of this pallet. |
199-
| SaleInfo<T> | The details of the current sale, including its properties and status. |
200-
| AllowedRenewals<T> | Records of allowed renewals. |
201-
| Regions<T> | The current (unassigned) Regions. |
202-
| Workplan<T> | The work we plan on having each core do at a particular time in the future. |
203-
| Workload<T> | The current workload of each core. This gets updated with workplan as timeslices pass. |
204-
| InstaPoolContribution<T> | Record of a single contribution to the Instantaneous Coretime Pool. |
205-
| InstaPoolIo<T> | Record of Coretime entering or leaving the Instantaneous Coretime Pool. |
206-
| InstaPoolHistory<T> | InstaPool rewards for each Timeslice and the number of core parts which contributed. |
197+
| Leases | The Polkadot Core legacy leases. |
198+
| Status | The current status of miscellaneous subsystems of this pallet. |
199+
| SaleInfo | The details of the current sale, including its properties and status. |
200+
| AllowedRenewals | Records of allowed renewals. |
201+
| Regions | The current (unassigned) Regions. |
202+
| Workplan | The work we plan on having each core do at a particular time in the future. |
203+
| Workload | The current workload of each core. This gets updated with workplan as timeslices pass. |
204+
| InstaPoolContribution | Record of a single contribution to the Instantaneous Coretime Pool. |
205+
| InstaPoolIo | Record of Coretime entering or leaving the Instantaneous Coretime Pool. |
206+
| InstaPoolHistory | InstaPool rewards for each Timeslice and the number of core parts which contributed. |
207207

208208

209209
### Expansion of 3.b - Basic Interaction Creation

0 commit comments

Comments
 (0)