Kixunil / btc-rpc-proxy

Finer-grained permission management for bitcoind.
MIT License
63 stars 18 forks source link

Removed rand #14

Closed Kixunil closed 3 years ago

Kixunil commented 3 years ago

The nonce in VersionMessage is used for detecting connection to self. This is not needed because we don't listen on P2P, so by definition we can't connect to self.

See https://github.com/rust-bitcoin/rust-bitcoin/issues/575 for more discussion.

Cc @dr-bonez I believe we should test this a bit before merging.