mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
wip
This commit is contained in:
parent
3dd7f59531
commit
af2b5e06b0
1 changed files with 1 additions and 1 deletions
|
|
@ -1425,7 +1425,7 @@ func TestFakedSyncProgress66Whitelist(t *testing.T) {
|
|||
starting <- struct{}{}
|
||||
<-progress
|
||||
}
|
||||
checkProgress(t, tester.downloader, "pristine", ethereum.SyncProgress{})
|
||||
checkProgress(t, tester.downloader, "pristine", ethereum.SyncProgress{}) // FIXME: WIP deadlock
|
||||
|
||||
// Create and sync with an attacker that promises a higher chain than available.
|
||||
attacker := tester.newPeer("attack", protocol, chain.blocks[1:])
|
||||
|
|
|
|||
Loading…
Reference in a new issue