Skip to content
Snippets Groups Projects
Unverified Commit f60354c4 authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

:bug: Fix koanf networkdelay pubKey (#835)

parent 498d9665
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ import ( ...@@ -16,6 +16,7 @@ import (
"github.com/iotaledger/hive.go/logger" "github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node" "github.com/iotaledger/hive.go/node"
"github.com/mr-tron/base58" "github.com/mr-tron/base58"
flag "github.com/spf13/pflag"
) )
const ( const (
...@@ -46,6 +47,10 @@ var ( ...@@ -46,6 +47,10 @@ var (
clockEnabled bool clockEnabled bool
) )
func init() {
flag.String(CfgNetworkDelayOriginPublicKey, "9DB3j9cWYSuEEtkvanrzqkzCQMdH1FGv3TawJdVbDxkd", "default issuer node public key")
}
// App gets the plugin instance. // App gets the plugin instance.
func App() *node.Plugin { func App() *node.Plugin {
once.Do(func() { once.Do(func() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment