mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
swarm: Remove privkey log entry
This commit is contained in:
parent
f38859d78a
commit
ef5eeb6320
1 changed files with 1 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue