diff --git a/x/auction/spec/01_concepts.md b/x/auction/spec/01_concepts.md index 5a4196ac..08943870 100644 --- a/x/auction/spec/01_concepts.md +++ b/x/auction/spec/01_concepts.md @@ -1,7 +1,3 @@ - - # Concepts Auctions are broken down into three distinct types, which correspond to three specific functionalities within the CDP system. diff --git a/x/auction/spec/02_state.md b/x/auction/spec/02_state.md index e24f1c02..fe383ed6 100644 --- a/x/auction/spec/02_state.md +++ b/x/auction/spec/02_state.md @@ -1,7 +1,3 @@ - - # State ## Parameters and genesis state diff --git a/x/auction/spec/03_messages.md b/x/auction/spec/03_messages.md index 6b59d9c2..b97d9745 100644 --- a/x/auction/spec/03_messages.md +++ b/x/auction/spec/03_messages.md @@ -1,7 +1,3 @@ - - # Messages ## Bidding diff --git a/x/auction/spec/04_events.md b/x/auction/spec/04_events.md index 3bc15051..0c6b3238 100644 --- a/x/auction/spec/04_events.md +++ b/x/auction/spec/04_events.md @@ -1,7 +1,3 @@ - - # Events - # Parameters The auction module contains the following parameters: diff --git a/x/auction/spec/06_begin_block.md b/x/auction/spec/06_end_block.md similarity index 67% rename from x/auction/spec/06_begin_block.md rename to x/auction/spec/06_end_block.md index 2ecfcd54..43694df9 100644 --- a/x/auction/spec/06_begin_block.md +++ b/x/auction/spec/06_end_block.md @@ -1,8 +1,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 diff --git a/x/auction/spec/README.md b/x/auction/spec/README.md index c68ab587..32ae71d1 100644 --- a/x/auction/spec/README.md +++ b/x/auction/spec/README.md @@ -1,10 +1,3 @@ - - # `auction`