mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/pss: log compressed publickey
This commit is contained in:
parent
cc69b7e998
commit
dc845310cf
1 changed files with 2 additions and 1 deletions
|
|
@ -232,7 +232,8 @@ func (p *Pss) Start(srv *p2p.Server) error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
log.Info("Started Pss", "pubkey", common.ToHex(crypto.FromECDSAPub(p.PublicKey())))
|
log.Info("Started Pss")
|
||||||
|
log.Info("Loaded EC keys", "pubkey", common.ToHex(crypto.FromECDSAPub(p.PublicKey())), "secp256", common.ToHex(crypto.CompressPubkey(p.PublicKey())))
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue