Skip to content

Commit

Permalink
Add bitcoin/serde to dlc messages use-serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhodl committed Dec 4, 2023
1 parent 6b5d0da commit e9fe435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlc-messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.4.0"
default = ["std"]
std = ["dlc/std", "bitcoin/std", "lightning/std"]
no-std = ["bitcoin/no-std", "dlc/no-std", "lightning/no-std"]
use-serde = ["serde", "secp256k1-zkp/use-serde"]
use-serde = ["serde", "secp256k1-zkp/use-serde", "bitcoin/serde"]

[dependencies]
bitcoin = { version = "0.29.2", default-features = false }
Expand Down

0 comments on commit e9fe435

Please sign in to comment.