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