mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 08:15:19 +00:00
remove vuepress comments from spec
This commit is contained in:
parent
c239932297
commit
08d6bc2284
@ -1,7 +1,3 @@
|
||||
<!--
|
||||
order: 1
|
||||
-->
|
||||
|
||||
# Concepts
|
||||
|
||||
Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system.
|
||||
|
@ -1,7 +1,3 @@
|
||||
<!--
|
||||
order: 2
|
||||
-->
|
||||
|
||||
# State
|
||||
|
||||
## Parameters and genesis state
|
||||
|
@ -1,7 +1,3 @@
|
||||
<!--
|
||||
order: 3
|
||||
-->
|
||||
|
||||
# Messages
|
||||
|
||||
## Bidding
|
||||
|
@ -1,7 +1,3 @@
|
||||
<!--
|
||||
order: 4
|
||||
-->
|
||||
|
||||
# Events
|
||||
|
||||
<!--
|
||||
|
@ -1,7 +1,3 @@
|
||||
<!--
|
||||
order: 5
|
||||
-->
|
||||
|
||||
# Parameters
|
||||
|
||||
The auction module contains the following parameters:
|
||||
|
@ -1,8 +1,6 @@
|
||||
<!--
|
||||
order: 6
|
||||
-->
|
||||
# End Block
|
||||
|
||||
At the beginning of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
|
||||
At the end of each block, auctions that have reached `EndTime` are closed. The logic to close auctions is as follows:
|
||||
|
||||
```go
|
||||
var expiredAuctions []uint64
|
@ -1,10 +1,3 @@
|
||||
<!--
|
||||
order: 0
|
||||
title: Auction Overview
|
||||
parent:
|
||||
title: "auction"
|
||||
-->
|
||||
|
||||
# `auction`
|
||||
|
||||
<!-- TOC -->
|
||||
|
Loading…
Reference in New Issue
Block a user