package test
|
|
|
|
import "github.com/hermeznetwork/hermez-node/common"
|
|
|
|
func extendTokenIDs(o, n []common.TokenID) []common.TokenID {
|
|
|
|
return o
|
|
}
|
|
func extendAccounts(o, n map[string]*Account) map[string]*Account {
|
|
|
|
return o
|
|
}
|