We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396e532 commit 2c0fcd9Copy full SHA for 2c0fcd9
pallets/proxy-financial/src/types.rs
@@ -156,7 +156,7 @@ pub struct TransactionData<T: Config> {
156
pub created_date: u64,
157
pub updated_date: u64,
158
pub closed_date: u64,
159
- pub feedback: FieldDescription,
+ pub feedback: Option<FieldDescription>,
160
pub amount: u64,
161
pub status: TransactionStatus,
162
pub documents: Option<Documents<T>>,
0 commit comments