瀏覽代碼

fix: build_with_seed with custom paths (#1654)

tsk 1 天之前
父節點
當前提交
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?;