Skip to content

Commit e622dd5

Browse files
committed
Delete enum project type
1 parent 9fd5c88 commit e622dd5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pallets/proxy-financial/src/types.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ impl Default for ProjectStatus {
4040
}
4141
}
4242

43-
#[derive(Encode, Decode, Clone, Eq, PartialEq, RuntimeDebugNoBound, MaxEncodedLen, TypeInfo, Copy)]
44-
pub enum ProjectType {
45-
Construction,
46-
ConstructionOperation,
47-
ConstructionBridge,
48-
Operation,
49-
}
50-
5143

5244
#[derive(CloneNoBound, Encode, Decode, RuntimeDebugNoBound, TypeInfo, MaxEncodedLen,)]
5345
#[scale_info(skip_type_params(T))]

0 commit comments

Comments
 (0)