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 253e07a commit 7d07f3aCopy full SHA for 7d07f3a
pallets/proxy-financial/src/lib.rs
@@ -219,7 +219,7 @@ pub mod pallet {
219
_,
220
Identity,
221
[u8;32], // Key drawdown id
222
- DrawdownData<T>, // Value DrawdownData<T>
+ DrawdownData, // Value DrawdownData<T>
223
OptionQuery,
224
>;
225
pallets/proxy-financial/src/types.rs
@@ -151,7 +151,6 @@ pub struct TransactionData<T: Config>{
151
pub project_id: [u8;32],
152
pub drawdown_id: [u8;32],
153
pub expenditure_id: [u8;32],
154
- pub creator: T::AccountId,
155
pub created_date: u64,
156
pub updated_date: u64,
157
pub closed_date: u64,
0 commit comments