copernet / copernicus

An alternative implementation of the Bitcoin Cash protocol, written in Golang
https://copernet.io
BSD 2-Clause "Simplified" License
85 stars 34 forks source link

send inv msg to fetch missing tx #207

Closed whitefen closed 5 years ago

whitefen commented 5 years ago

Describe the bug send inv msg to fetch missing tx

To Reproduce function fetchMissingTx in syncmanager.go

Expected behavior send getdata msg

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

whunmr commented 5 years ago

fixing this one

whunmr commented 5 years ago

@whitefen please help to review this fix, thanks

https://github.com/whunmr/copernicus/commit/fffb5ed337e6d3b126bb1ab48b669bfdc938d0ba

whunmr commented 5 years ago

@whitefen reviewed. will close now.