Skip to content

Commit 1b42541

Browse files
committed
Add optional field inflation_rate into ProjectData<T> structure
1 parent 521d7ee commit 1b42541

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
@@ -23,6 +23,7 @@ pub struct ProjectData<T: Config> {
2323
pub image: CID,
2424
pub address: FieldName,
2525
pub status: ProjectStatus,
26+
pub inflation_rate: Option<u32>,
2627
pub creation_date: u64,
2728
pub completion_date: u64,
2829
pub registration_date: u64,

0 commit comments

Comments
 (0)