feat: remove mint and wallet errors

This commit is contained in:
thesimplekid
2024-09-06 12:39:41 +01:00
parent 65c1aea408
commit 2fdf48cc72
23 changed files with 432 additions and 484 deletions

View File

@@ -79,7 +79,7 @@ pub async fn start_mint(
)
.await?;
let quote_ttl = 2000;
let quote_ttl = 100000;
let mint_arc = Arc::new(mint);