firstbatchxyz / dkn-compute-node

Compute Node of Dria Knowledge Network.
Apache License 2.0
88 stars 34 forks source link

chore: remove redundant clone #101

Closed erhant closed 2 months ago

erhant commented 3 months ago

https://github.com/firstbatchxyz/dkn-compute-node/blob/master/src/p2p/behaviour.rs#L74

use PeerId instead of PublicKey here, which is derived from a &self method and will save us a public key clone