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 45cbfe3 commit f4acc9fCopy full SHA for f4acc9f
pallets/proxy-financial/src/functions.rs
@@ -757,8 +757,8 @@ impl<T: Config> Pallet<T> {
757
drawdown_id: [u8;32],
758
_user: T::AccountId, //TODO: remove underscore when permissions are implemented
759
transactions: BoundedVec<(
760
- [u8;32], // expenditure_id
761
- u64, // amount
+ Option<[u8;32]>, // expenditure_id
+ Option<u64>, // amount
762
Option<Documents<T>>, //Documents
763
CUDAction, // Action
764
Option<[u8;32]>, // transaction_id
0 commit comments