Kaynağa Gözat

fix: build_with_seed with custom paths (#1654)

tsk 4 ay önce
ebeveyn
işleme
9c040ad98e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      crates/cdk/src/mint/builder.rs

+ 1 - 1
crates/cdk/src/mint/builder.rs

@@ -491,7 +491,7 @@ impl MintBuilder {
             keystore,
             seed,
             self.supported_units.clone(),
-            HashMap::new(),
+            self.custom_paths.clone(),
         )
         .await?;