mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-01-14 09:15:17 +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
|
|
}
|