We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if ReadMessage and WriteMessage returned the total of number of bytes read/written from/to the peer.
The text was updated successfully, but these errors were encountered:
I will likely implement this, but it will probably be differently named ReadMessage/WriteMessage functions to avoid breaking the public API.
Sorry, something went wrong.
ff783fa
RecoverCompact and SignCompact now use the btcec.PrivateKey and btcec…
d312d47
….PublicKey types. btcwallet/rpcserver.go needs a corresponding change or else that will break. This closes btcsuite#6
No branches or pull requests
It would be nice if ReadMessage and WriteMessage returned the total of number of bytes read/written from/to the peer.
The text was updated successfully, but these errors were encountered: