Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚙️(App): make
params
in TransferData
optional
This change wraps `MainAppParams` in an `Option` within `TransferData`, allowing for more flexible handling of parameters. The code is updated to handle the new `Option<MainAppParams>` by using `unwrap_or_default()` and `Some()` where necessary. Signed-off-by: Benign X <[email protected]>
- Loading branch information