Skip to content

Commit

Permalink
Merge pull request #83 from evannetwork/feature/fix-proof-request-par…
Browse files Browse the repository at this point in the history
…sing-in-wasm

Fix proof request input parsing
  • Loading branch information
wulfraem authored Aug 16, 2023
2 parents 7407f3f + 17ca235 commit 72ada25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vade-evan"
version = "0.6.0-rc.3"
version = "0.6.0-rc.5"
authors = ["evan GmbH"]
edition = "2018"
license-file = "LICENSE.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/wasm_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct HelperCreateProofRequestFomScratchPayload {
}

#[derive(Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
#[serde(rename_all = "camelCase", untagged)]
enum HelperCreateProofRequestPayload {
FromScratch(HelperCreateProofRequestFomScratchPayload),
FromProposal(BbsProofProposal),
Expand Down

0 comments on commit 72ada25

Please sign in to comment.