-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building fail with v2, send
features @ v0.15
#258
Comments
v2, send
feature on v0.15v2, send
features @ v0.15
The link you shared goes only to the most recent checks on lightningdevkit/ldk-node#295. May you please share the exact check that fails? |
Do the changes in #261 fix your issue? |
I didnt push the code without the #261 solved the problem. Thanks. |
If you have the time, I would appreciate your input on the PR lightningdevkit/ldk-node#295 (not able to tag you in the pr for some reason). It adds a payjoin sender implementation to ldk node. |
Rand is already available in secp256k1/rand transiently through rust bitcoin. rand-std is also an option to for std environments but having wide support seems more important in the near term than adding all of those feature flags. This fixes #258 which may have been triggering in an environment where bitcoin/rand was not available.
I was not able to reproduce this in
rust-payjoin
while building it locally but in pr https://github.com/lightningdevkit/ldk-node/pull/295/checks iam not able to only includev2, send
, it throws the following errorrand
is re-exported withreceive
feature so adding thereceive
would make it compile.The text was updated successfully, but these errors were encountered: