Skip to content

Commit

Permalink
fix: cleanup example, use hex repr, ffi cleanup
Browse files Browse the repository at this point in the history
fix: ffi
  • Loading branch information
rymnc committed Jul 5, 2024
1 parent e93df1e commit 149f5d5
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ homepage = "https://vac.dev"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
stealth_address_kit = { path = "../sdk", default-features = false, features = ["secp256k1"] }
stealth_address_kit = { path = "../sdk" }
Loading

0 comments on commit 149f5d5

Please sign in to comment.