Skip to content

Commit

Permalink
fix: 'SplitPayload' only for wallet feat
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 25, 2023
1 parent 9f2ec29 commit 38f0b87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/cashu/src/nuts/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ pub use nut00::{BlindedMessage, BlindedSignature, Proof};
pub use nut01::{Keys, KeysResponse, PublicKey, SecretKey};
pub use nut02::mint::KeySet as MintKeySet;
pub use nut02::{Id, KeySet, KeySetInfo, KeysetResponse};
pub use nut03::{RequestMintResponse, SplitPayload, SplitRequest, SplitResponse};
#[cfg(feature = "wallet")]
pub use nut03::SplitPayload;
pub use nut03::{RequestMintResponse, SplitRequest, SplitResponse};
pub use nut04::{MintRequest, PostMintResponse};
pub use nut05::{CheckFeesRequest, CheckFeesResponse};
#[cfg(not(feature = "nut08"))]
Expand Down

0 comments on commit 38f0b87

Please sign in to comment.