Skip to content

Commit a8269dc

Browse files
committed
Update enum CURD to -> CUDActions because the read method is never used fro transactions flow
1 parent dbdf549 commit a8269dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pallets/proxy-financial/src/types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,9 @@ impl Default for TransactionStatus {
177177
}
178178

179179
#[derive(Encode, Decode, Clone, Eq, PartialEq, RuntimeDebugNoBound, MaxEncodedLen, TypeInfo, Copy)]
180-
pub enum CURD {
180+
pub enum CUDAction {
181181
Create,
182182
Update,
183-
Read,
184183
Delete,
185184
}
186185

0 commit comments

Comments
 (0)