aboutsummaryrefslogtreecommitdiffstats
path: root/dex/downloader/testchain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/downloader/testchain_test.go')
-rw-r--r--dex/downloader/testchain_test.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/dex/downloader/testchain_test.go b/dex/downloader/testchain_test.go
index d96ebcfbf..73d4863a5 100644
--- a/dex/downloader/testchain_test.go
+++ b/dex/downloader/testchain_test.go
@@ -201,15 +201,6 @@ func (tc *testChain) generate(n int, seed byte, parent *types.Block, nodes *dexc
half := roundInterval / 2
switch i % roundInterval {
- case 0:
- if round > 0 {
- node := testNodes.Nodes(round)[0]
- data, err := vm.PackNotifyRoundHeight(round, uint64(i))
- if err != nil {
- panic(err)
- }
- addTx(block, node, data)
- }
case half:
// Sign current CRS to geneate the next round CRS and propose it.
testNodes.SignCRS(round)