Skip to content

Commit

Permalink
remove sgdAct
Browse files Browse the repository at this point in the history
  • Loading branch information
millken committed Apr 19, 2023
1 parent 679d327 commit b11d20d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions blockindex/sgd.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ package blockindex
import (
"context"
"errors"
"time"

"github.com/iotexproject/go-pkgs/cache"
"github.com/iotexproject/go-pkgs/hash"
Expand Down Expand Up @@ -46,12 +45,6 @@ type (
kvStore db.KVStore
kvCache cache.LRUCache
}

sgdAct struct {
sender address.Address
contract string
createTime time.Time
}
)

func newSgdIndex(contract, deployer string, createTime uint64) *indexpb.SGDIndex {
Expand Down

0 comments on commit b11d20d

Please sign in to comment.