Skip to content
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

cln: bitcoin-rpcport is now an int in CLN 23.08 #226

Merged
merged 4 commits into from
Aug 28, 2023

Conversation

grubles
Copy link
Collaborator

@grubles grubles commented Aug 24, 2023

bitcoin-rpcport is now an integer in CLN 23.08. Go unmarshals JSON numbers into a float64 by default, so we need to convert that to a uint to make PeerSwap happy.

Should fix #225.

clightning/config.go Outdated Show resolved Hide resolved
@nepet
Copy link
Contributor

nepet commented Aug 26, 2023

If I got it right, this should not only fix #225 but also #224?

@nepet nepet linked an issue Aug 26, 2023 that may be closed by this pull request
@grubles
Copy link
Collaborator Author

grubles commented Aug 27, 2023

Let's go with your suggestion. Yes 224 should be fixed as well!

Copy link
Contributor

@nepet nepet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@grubles grubles merged commit 5826a82 into ElementsProject:master Aug 28, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants