Skip to content

Commit a769d93

Browse files
committed
Delete freezed status from enum. We only use open or closed status.
1 parent d04f6ca commit a769d93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pallets/gated-marketplace/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl PartialEq for ApplicationField{
7676
#[derive(Encode, Decode, Clone, Eq, PartialEq, RuntimeDebugNoBound, MaxEncodedLen, TypeInfo, Copy)]
7777
pub enum OfferStatus{
7878
Open,
79-
Freezed,
8079
Closed,
8180
}
8281

0 commit comments

Comments
 (0)