forked from utreexo/utreexod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
peer: support queuing utreexo proof hash invs
Utreexo proof hash invs are always paired with the tx invs and the code change is made to handle this. Each utreexo tx is also queued immediately instead of getting pushed back into the queue to avoid sending multiple tx invs to utreexo peers. This is done on purpose so that there isn't any confusion on which utreexo proof hash inv is for which tx. Multiple txs will be supported via a different wire message in the future.
- Loading branch information
1 parent
30d61b8
commit 11a2f35
Showing
1 changed file
with
72 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters