Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor instances provider simplified by sketch in pr description #19

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[no ci] add interactors to derive_more
CyonAlexRDX committed Oct 11, 2024
commit 002d475ed6a7f21a245d36865fa4369244ad0216
Original file line number Diff line number Diff line change
@@ -345,6 +345,7 @@ impl FactorInstancesProvider {
network_id,
originally_requested_derivation_preset,
&next_index_assigner,
interactors,
)
.await?;
/*
@@ -397,6 +398,7 @@ impl FactorInstancesProvider {
network_id: NetworkID,
originally_requested_derivation_preset: DerivationPreset,
next_index_assigner: &NextDerivationEntityIndexAssigner,
interactors: Arc<dyn KeysDerivationInteractors>,
) -> Result<IndexMap<FactorSourceIDFromHash, FactorInstances>> {
/*
let pf_paths = pf_quantity_to_derive.into_iter().map(|(factor_source_id, qty)| {