Fix import paths

This commit is contained in:
arnaucube
2020-07-24 16:08:23 +02:00
parent 1a50e60bfc
commit c22ea9ee94
3 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
package mock
import (
"github.com/hermeznetwork/hermez-node/tx-selector/common"
"github.com/hermeznetwork/hermez-node/txselector/common"
)
type MockDB struct {