mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
@@ -1,7 +1,7 @@
|
|||||||
package mock
|
package mock
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/hermeznetwork/hermez-node/tx-selector/common"
|
"github.com/hermeznetwork/hermez-node/txselector/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
type MockDB struct {
|
type MockDB struct {
|
||||||
|
|||||||
@@ -3,8 +3,8 @@ package txselector
|
|||||||
import (
|
import (
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
"github.com/hermeznetwork/hermez-node/tx-selector/common"
|
"github.com/hermeznetwork/hermez-node/txselector/common"
|
||||||
"github.com/hermeznetwork/hermez-node/tx-selector/mock"
|
"github.com/hermeznetwork/hermez-node/txselector/mock"
|
||||||
)
|
)
|
||||||
|
|
||||||
// txs implements the interface Sort for an array of Tx
|
// txs implements the interface Sort for an array of Tx
|
||||||
|
|||||||
@@ -5,9 +5,10 @@ import (
|
|||||||
"math/big"
|
"math/big"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/hermeznetwork/hermez-node/txselector/common"
|
||||||
|
"github.com/hermeznetwork/hermez-node/txselector/mock"
|
||||||
|
|
||||||
ethCommon "github.com/ethereum/go-ethereum/common"
|
ethCommon "github.com/ethereum/go-ethereum/common"
|
||||||
"github.com/hermeznetwork/hermez-node/tx-selector/common"
|
|
||||||
"github.com/hermeznetwork/hermez-node/tx-selector/mock"
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user