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
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")
package transaction
import (
"github.com/iotadevelopment/go/packages/curl"
"github.com/iotadevelopment/go/packages/ternary"
"github.com/iotaledger/goshimmer/packages/curl"
"github.com/iotaledger/goshimmer/packages/ternary"
)
type Transaction struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment