Skip to content

Commit

Permalink
Merge pull request #836 from iotaledger/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
capossele authored Nov 13, 2020
2 parents 4387277 + 4c6d51b commit b16eeb4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/networkdelay/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/mr-tron/base58"
flag "github.com/spf13/pflag"
)

const (
Expand Down Expand Up @@ -46,6 +47,10 @@ var (
clockEnabled bool
)

func init() {
flag.String(CfgNetworkDelayOriginPublicKey, "9DB3j9cWYSuEEtkvanrzqkzCQMdH1FGv3TawJdVbDxkd", "default issuer node public key")
}

// App gets the plugin instance.
func App() *node.Plugin {
once.Do(func() {
Expand Down

0 comments on commit b16eeb4

Please sign in to comment.