Skip to content

Commit 7d07f3a

Browse files
committed
remove creator field from TransactionData structure
1 parent 253e07a commit 7d07f3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pallets/proxy-financial/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ pub mod pallet {
219219
_,
220220
Identity,
221221
[u8;32], // Key drawdown id
222-
DrawdownData<T>, // Value DrawdownData<T>
222+
DrawdownData, // Value DrawdownData<T>
223223
OptionQuery,
224224
>;
225225

pallets/proxy-financial/src/types.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ pub struct TransactionData<T: Config>{
151151
pub project_id: [u8;32],
152152
pub drawdown_id: [u8;32],
153153
pub expenditure_id: [u8;32],
154-
pub creator: T::AccountId,
155154
pub created_date: u64,
156155
pub updated_date: u64,
157156
pub closed_date: u64,

0 commit comments

Comments
 (0)