Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 9, 2024
1 parent aff515c commit 3a83bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-mint/src/routes/btconchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,6 @@ async fn is_onchain_paid(mint: &Mint, quote: &OnchainMeltQuote) -> Result<bool,

fn quote_onchain_expiry() -> u64 {
// FIXME add config option for expiry
let now = Utc::now() + Duration::try_minutes(5).expect("invlid duration");
let now = Utc::now() + Duration::try_minutes(5).expect("invalid duration");
now.timestamp() as u64
}

0 comments on commit 3a83bb1

Please sign in to comment.