|
@@ -211,7 +211,7 @@ impl MintMetadataCache {
|
|
|
///
|
|
///
|
|
|
/// * `storage` - Database to persist metadata to (async background write)
|
|
/// * `storage` - Database to persist metadata to (async background write)
|
|
|
/// * `client` - HTTP client for fetching from mint server
|
|
/// * `client` - HTTP client for fetching from mint server
|
|
|
- /// * `ttl` - Optional TTL, if not provided it is asumed that any cached data is good enough
|
|
|
|
|
|
|
+ /// * `ttl` - Optional TTL, if not provided it is assumed that any cached data is good enough
|
|
|
///
|
|
///
|
|
|
/// # Returns
|
|
/// # Returns
|
|
|
///
|
|
///
|
|
@@ -274,7 +274,7 @@ impl MintMetadataCache {
|
|
|
///
|
|
///
|
|
|
/// * `storage` - Database to persist metadata to (if fetched or stale)
|
|
/// * `storage` - Database to persist metadata to (if fetched or stale)
|
|
|
/// * `client` - HTTP client for fetching from mint (only if cache empty)
|
|
/// * `client` - HTTP client for fetching from mint (only if cache empty)
|
|
|
- /// * `ttl` - Optional TTL, if not provided it is asumed that any cached data is good enough
|
|
|
|
|
|
|
+ /// * `ttl` - Optional TTL, if not provided it is assumed that any cached data is good enough
|
|
|
///
|
|
///
|
|
|
/// # Returns
|
|
/// # Returns
|
|
|
///
|
|
///
|