feat: support custom unit

This commit is contained in:
thesimplekid
2024-10-26 21:39:34 +01:00
parent c62b0b7f11
commit 3db25640dc
35 changed files with 176 additions and 125 deletions

View File

@@ -82,6 +82,7 @@ pub async fn start_mint(
Arc::new(MintMemoryDatabase::default()),
ln_backends.clone(),
supported_units,
HashMap::new(),
)
.await?;
let cache_time_to_live = 3600;