Implement support for detection of diversified addressess

This commit is contained in:
Cryptoforge
2021-11-16 07:27:32 -08:00
parent ddada7676b
commit e41874df40
7 changed files with 118 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "zecwallet-cli"
version = "1.4.1"
version = "1.4.2"
edition = "2018"
[dependencies]
@@ -15,4 +15,3 @@ byteorder = "1"
tiny-bip39 = "0.6.2"
zecwalletlitelib = { path = "../lib/" }

View File

@@ -1 +1 @@
pub const VERSION:&str = "1.4.1";
pub const VERSION:&str = "1.4.2";