소스 검색

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?;