Skip to content

Commit 5a52118

Browse files
committed
Reactivate no-std
1 parent 0987e80 commit 5a52118

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lightning/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ unsafe_revoked_tx_signing = []
3131
# Override signing to not include randomness when generating signatures for test vectors.
3232
_test_vectors = []
3333

34-
no-std = ["hashbrown", "possiblyrandom",
35-
#"bitcoin/no-std",
36-
"core2/alloc", "libm"]
34+
no-std = ["hashbrown", "possiblyrandom", "bitcoin/no-std", "core2/alloc", "libm"]
3735
std = ["bitcoin/std"]
3836

3937
# Generates low-r bitcoin signatures, which saves 1 byte in 50% of the cases

0 commit comments

Comments
 (0)