fix: fix unable to build and sign txs (#345)

This commit is contained in:
Santiago Carmuega 2023-12-04 09:22:56 -03:00 committed by GitHub
parent 86663a9b24
commit fe5018120f
3 changed files with 5 additions and 6 deletions

View file

@ -13,7 +13,6 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
thiserror = "1.0.49"
pallas-crypto = { version = "=0.20.0", path = "../pallas-crypto" }
ed25519-bip32 = "0.4.1"
rand = "0.8.5"
bip39 = { version = "2.0.0", features = ["rand_core"] }
cryptoxide = "0.4.4"
bech32 = "0.9.1"