mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-27 00:35:18 +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
|
||
|
}
|