Skip to content

Commit

Permalink
moving strategyoperators package to the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Oct 20, 2023
1 parent 5852fa5 commit b586ce0
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/strategies.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"strconv"

"github.com/ethereum/go-ethereum/common"
"github.com/vocdoni/census3/api/strategyoperators"
queries "github.com/vocdoni/census3/db/sqlc"
"github.com/vocdoni/census3/lexer"
"github.com/vocdoni/census3/strategyoperators"
"go.vocdoni.io/dvote/httprouter"
api "go.vocdoni.io/dvote/httprouter/apirest"
"go.vocdoni.io/dvote/log"
Expand Down
2 changes: 1 addition & 1 deletion census/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import (
"math/big"

"github.com/ethereum/go-ethereum/common"
"github.com/vocdoni/census3/api/strategyoperators"
queries "github.com/vocdoni/census3/db/sqlc"
"github.com/vocdoni/census3/lexer"
"github.com/vocdoni/census3/state"
"github.com/vocdoni/census3/strategyoperators"
)

// CalculateStrategyHolders function returns the holders of a strategy and the
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b586ce0

Please sign in to comment.