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

README.md: update p2p layer encryption commitment (s/BIP 151/BIP 324/) #152

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ protocol.
Client side block filtering (BIP 157/158) is implemented and working. See
`nakamoto-wallet` for an example of how to use it.

Once peer-to-peer layer encryption (BIP 151) lands in Core, it will also
be implemented in Nakamoto.
Peer-to-peer layer encryption (BIP 324), available in Bitcoin Core since v26.0,
will also be implemented in Nakamoto soon.

Finally, a C FFI will be implemented, to make it easy to embed the client
in mobile applications.
Expand Down
Loading