Skip to content

Commit

Permalink
Added missing import.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbeery24 committed Aug 10, 2024
1 parent a2f4098 commit f38adf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/cdk-rexie/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::result::Result;

use async_trait::async_trait;
use cdk::cdk_database::WalletDatabase;
use cdk::mint_url::MintUrl;
use cdk::nuts::{
CurrencyUnit, Id, KeySetInfo, Keys, MintInfo, Proofs, PublicKey, SpendingConditions, State,
};
Expand Down

0 comments on commit f38adf2

Please sign in to comment.