summaryrefslogtreecommitdiff
path: root/cmd/tealdbg/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/tealdbg/server.go')
-rw-r--r--cmd/tealdbg/server.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/tealdbg/server.go b/cmd/tealdbg/server.go
index b6ccb0524..cf062af62 100644
--- a/cmd/tealdbg/server.go
+++ b/cmd/tealdbg/server.go
@@ -25,7 +25,6 @@ import (
"strings"
"time"
- "github.com/algorand/go-algorand/data/transactions/logic"
"github.com/algorand/websocket"
"github.com/gorilla/mux"
)
@@ -86,7 +85,6 @@ type DebugParams struct {
Proto string
TxnBlob []byte
GroupIndex int
- PastSideEffects []logic.EvalSideEffects
BalanceBlob []byte
DdrBlob []byte
IndexerURL string