Skip to content

Commit

Permalink
Update according to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orhoj committed Oct 28, 2021
1 parent 6d57ff2 commit a40ce49
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,11 @@ opt-level = 3
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wasm-bindgen = { version = "0.2.68", features = ["serde-serialize"] }
libc = "0.2"
pairing = "0.15"
anyhow = "1.0"
ed25519-dalek = {version = "=1.0.0", features = ["serde"] }
hex = "0.4"
ff = "0.5"
either = "1.6"
sha2 = "0.9"
rand = "=0.7"

[dependencies.id]
path = "deps/concordium-base/rust-src/id"
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ interface Identities {
}

export interface MobileWalletExport extends Versioned<Identities> {
type: string;
type: 'concordium-mobile-wallet-data';
}

0 comments on commit a40ce49

Please sign in to comment.