mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-01-22 13:40:58 +00:00
Made changes to ch06.asciidoc
This commit is contained in:
parent
a60eda69f5
commit
84731ab4a9
@ -268,12 +268,23 @@ Alert messages are a seldom used function, which is nevertheless implemented in
|
||||
|
||||
Alert messages are propagated by the +alert+ message. The alert message contains several fields, including:
|
||||
|
||||
* ID - An alert identified so that duplicate alerts can be detected
|
||||
* Expiration - A time after which the alert expires
|
||||
* RelayUntil - A time after which the alert should not be relayed
|
||||
* MinVer, MaxVer - The range of bitcoin protocol versions that this alert applies to
|
||||
* subVer - The client software version that this alert applies to
|
||||
* Priority - An alert priority level, currently unused
|
||||
ID::
|
||||
An alert identified so that duplicate alerts can be detected
|
||||
|
||||
Expiration::
|
||||
A time after which the alert expires
|
||||
|
||||
RelayUntil::
|
||||
A time after which the alert should not be relayed
|
||||
|
||||
MinVer, MaxVer::
|
||||
The range of bitcoin protocol versions that this alert applies to
|
||||
|
||||
subVer::
|
||||
The client software version that this alert applies to
|
||||
|
||||
Priority::
|
||||
An alert priority level, currently unused
|
||||
|
||||
Alerts are cryptographically signed by a public key. The corresponding private key is held by a few selected members of the core development team. The digital signature ensures that fake alerts will not be propagated on the network.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user