Example #1
0
func (c *ECBlock) UpdateState(state interfaces.IState) error {
	state.UpdateECs(c)
	return nil
}