Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNAProject/DNA
/ sync
Method
sync
p2pserver/block_sync.go:419–422 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
417
}
418
419
func
(this *BlockSyncMgr) sync() {
420
this.syncHeader()
421
this.syncBlock()
422
}
423
424
func
(this *BlockSyncMgr) syncHeader() {
425
if
!this.server.reachMinConnection() {
Callers
1
Start
Method · 0.95
Calls
2
syncHeader
Method · 0.95
syncBlock
Method · 0.95
Tested by
no test coverage detected