simplify parity machine (#10469)
* simplify ethcore machine by removing redundant traits * further ethereum machine simplifications * removed obsolete todo
This commit is contained in:
@@ -135,7 +135,7 @@ impl Create {
|
||||
}
|
||||
|
||||
/// Reward type.
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
#[derive(Debug, PartialEq, Clone, Copy)]
|
||||
pub enum RewardType {
|
||||
/// Block
|
||||
Block,
|
||||
|
||||
Reference in New Issue
Block a user