0g-chain/x/groupgov/abci.go
rhuairahrighairigh 4989c0938a rough draft
2020-03-04 14:35:16 +00:00

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
}