daemon: drop the base64 dependency
rust-bitcoin now takes care of that.
This commit is contained in:
parent
96e4cb5353
commit
a19f2c1536
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -241,7 +241,6 @@ name = "liana"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"base64",
|
||||
"bip39",
|
||||
"dirs",
|
||||
"fern",
|
||||
|
||||
@ -54,9 +54,6 @@ jsonrpc = "0.12"
|
||||
# Used for daemonization
|
||||
libc = { version = "0.2", optional = true }
|
||||
|
||||
# Used for PSBTs
|
||||
base64 = "0.13"
|
||||
|
||||
# Used for generating mnemonics
|
||||
getrandom = "0.2"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user