Explorar o código

fix: build_with_seed with custom paths (#1654)

tsk hai 1 día
pai
achega
9c040ad98e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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?;