Handle restore from phrase

This commit is contained in:
Aditya Kulkarni
2019-10-24 11:52:10 -07:00
parent 87c19c8fa0
commit bd289466b5
5 changed files with 75 additions and 6 deletions

View File

@@ -11,4 +11,4 @@ crate-type = ["staticlib"]
[dependencies]
libc = "0.2.58"
lazy_static = "1.4.0"
zecwalletlitelib = { path = "../../lightwallet/lightwalletclient/lib/" }
zecwalletlitelib = { git = "https://github.com/adityapk00/zecwallet-light-cli", rev = "6dc22e4d74e9cec458d279d793477dea3bfe27e5" }