Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Sep 9, 2023
1 parent a72a1e6 commit 0c15b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/cashu-sdk-ffi/src/cashu_sdk.udl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ interface Mint {
[Throws=CashuSdkError]
PostMintResponse process_mint_request(MintRequest mint_request);
[Throws=CashuSdkError]
SplitResponse proccess_split_request(SplitRequest split_request);
SplitResponse process_split_request(SplitRequest split_request);
[Throws=CashuSdkError]
void verify_proof(Proof proof);
[Throws=CashuSdkError]
Expand Down
2 changes: 1 addition & 1 deletion bindings/cashu-sdk-ffi/src/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Mint {
))
}

pub fn proccess_split_request(
pub fn process_split_request(
&self,
split_request: Arc<SplitRequest>,
) -> Result<Arc<SplitResponse>> {
Expand Down

0 comments on commit 0c15b52

Please sign in to comment.