Skip to content

Commit

Permalink
Fixed import issue when mint is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
crodas committed Nov 5, 2024
1 parent aa7bae7 commit 91974d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/cdk/src/nuts/nut05.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ use thiserror::Error;
use super::nut00::{BlindSignature, BlindedMessage, CurrencyUnit, PaymentMethod, Proofs};
use super::nut15::Mpp;
#[cfg(feature = "mint")]
use crate::mint;
use crate::mint::MeltQuote;
use crate::mint::{self, MeltQuote};
use crate::nuts::MeltQuoteState;
use crate::{Amount, Bolt11Invoice};

Expand Down

0 comments on commit 91974d5

Please sign in to comment.