aboutsummaryrefslogtreecommitdiffstats
path: root/dex/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'dex/app_test.go')
-rw-r--r--dex/app_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/dex/app_test.go b/dex/app_test.go
index 34b31d3d3..d2837b174 100644
--- a/dex/app_test.go
+++ b/dex/app_test.go
@@ -513,12 +513,6 @@ func TestNumChainsChange(t *testing.T) {
Height: 1,
})
- // Snapshot round on round 1 and height 2.
- input, err = abiObject.Pack("snapshotRound", big.NewInt(1), big.NewInt(1))
- if err != nil {
- t.Fatalf("abiObject pack error: %v", err)
- }
-
block, err = prepareConfirmedBlockWithTxAndData(dex, key, [][]byte{input}, 1)
if err != nil {
t.Fatalf("prepare block error: %v", err)