-
Notifications
You must be signed in to change notification settings - Fork 1k
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
VersionPayload optimization #755
Conversation
|
||
namespace Neo.Network.P2P.Capabilities | ||
{ | ||
public class FullNodeCapability : NodeCapability |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This full node capability only with start height is quite strange.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FullNodeCapability
means the node has full blockchain data and accept relay.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are a relay node, why you should provide a 0 or this information?
* RU: synced PR neo-project#751 * RU: synced PR neo-project#755 * RU: synced PR neo-project#754
Same as #728 without udp