mirror of
https://github.com/bitcoin/bips.git
synced 2026-02-23 15:38:22 +00:00
Fix typos
This commit is contained in:
@@ -210,7 +210,7 @@ The reconcildiff message is used by reconciliation initiator to announce transac
|
||||
| uint32[] || ask_shortids || The short IDs that the sender did not have.
|
||||
|}
|
||||
|
||||
Upon receipt a "reconcildiff" message with ''success=1'' (reconciliation success), a node sends an "inv" message for the transactions requested by 32-bit IDs (first vector) containing their wtxids (with parent transactions occuring before their dependencies).
|
||||
Upon receipt a "reconcildiff" message with ''success=1'' (reconciliation success), a node sends an "inv" message for the transactions requested by 32-bit IDs (first vector) containing their wtxids (with parent transactions occurring before their dependencies).
|
||||
If ''success=0'' (reconciliation failure), receiver should announce all transactions from the reconciliation set via an "inv" message.
|
||||
In both cases, transactions the sender of the message thinks the receiver is missing are announced via an "inv" message.
|
||||
The regular "inv" deduplication should apply.
|
||||
|
||||
Reference in New Issue
Block a user