Example #1
0
func (m *CommitChainMsg) Process(dbheight uint32, state interfaces.IState) bool {
	return state.ProcessCommitChain(dbheight, m)
}