Skip to content
Snippets Groups Projects
Commit 8eb9708c authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: fixed wrong import paths

parent faaf9f73
No related branches found
No related tags found
No related merge requests found
package database package database
import ( import (
"github.com/iotadevelopment/go/modules/parameter" "github.com/iotaledger/goshimmer/packages/parameter"
) )
var DIRECTORY = parameter.AddString("DATABASE/DIRECTORY", "mainnetdb", "path to the database folder") var DIRECTORY = parameter.AddString("DATABASE/DIRECTORY", "mainnetdb", "path to the database folder")
package transaction package transaction
import ( import (
"github.com/iotadevelopment/go/packages/curl" "github.com/iotaledger/goshimmer/packages/curl"
"github.com/iotadevelopment/go/packages/ternary" "github.com/iotaledger/goshimmer/packages/ternary"
) )
type Transaction struct { type Transaction struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment