Skip to content

Commit 681abd7

Browse files
committed
add registration_date for ProjectData structure
1 parent 1f8c414 commit 681abd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/proxy-financial/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pub struct ProjectData<T: Config> {
2525
pub status: ProjectStatus,
2626
pub creation_date: u64,
2727
pub completion_date: u64,
28+
pub registration_date: u64,
2829
pub updated_date: u64,
2930
}
3031

0 commit comments

Comments
 (0)