mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 08:15:19 +00:00
7 lines
193 B
Go
7 lines
193 B
Go
package groupgov
|
|
|
|
func BeginBlocker() {
|
|
// TODO do much the same as the current gov endblocker does
|
|
// if voting periods are over, collect votes and run proposals through proposal handlers
|
|
}
|