swarm: Remove privkey log entry

This commit is contained in:
lash 2018-01-25 14:43:08 +01:00
parent f38859d78a
commit ef5eeb6320

View file

@ -144,8 +144,7 @@ func NewSwarm(ctx *node.ServiceContext, backend chequebook.Backend, ensClient *e
}
}
// SET UP high level api
fmt.Fprintf(os.Stderr, "privkey %v\nswap %v\nswapendabled %v\n", self.privateKey, config.Swap, config.SwapEnabled)
// set up high level api
transactOpts := bind.NewKeyedTransactor(self.privateKey)
if ensClient == nil {