Skip to content

Commit

Permalink
Feat: cleaned options
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Nov 7, 2023
1 parent a7c8225 commit 9e529a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ require (
github.com/iotaledger/hive.go/ierrors v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/kvstore v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/lo v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/log v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/logger v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/runtime v0.0.0-20231107022507-afd931daecdc
github.com/iotaledger/hive.go/serializer/v2 v2.0.0-rc.1.0.20231107022507-afd931daecdc
Expand Down Expand Up @@ -89,7 +90,6 @@ require (
github.com/huin/goupnp v1.3.0 // indirect
github.com/iancoleman/orderedmap v0.3.0 // indirect
github.com/iotaledger/grocksdb v1.7.5-0.20230220105546-5162e18885c7 // indirect
github.com/iotaledger/hive.go/log v0.0.0-20231107022507-afd931daecdc // indirect
github.com/ipfs/boxo v0.13.1 // indirect
github.com/ipfs/go-cid v0.4.1 // indirect
github.com/ipfs/go-datastore v0.6.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions pkg/protocol/options.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package protocol

import (
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/runtime/module"
"github.com/iotaledger/hive.go/runtime/options"
"github.com/iotaledger/iota-core/pkg/protocol/engine"
Expand Down Expand Up @@ -44,7 +43,6 @@ import (
)

type Options struct {
Logger *logger.Logger
BaseDirectory string
SnapshotPath string
ChainSwitchingThreshold iotago.SlotIndex
Expand Down

0 comments on commit 9e529a4

Please sign in to comment.