Skip to content

Commit

Permalink
daemon: drop the base64 dependency
Browse files Browse the repository at this point in the history
rust-bitcoin now takes care of that.
  • Loading branch information
darosior committed Jul 13, 2023
1 parent 96e4cb5 commit a19f2c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit a19f2c1

Please sign in to comment.