فهرست منبع

fix: build_with_seed with custom paths (#1654)

tsk 4 ماه پیش
والد
کامیت
9c040ad98e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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?;