mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
swarm/network: Reinstate name on (currently unused) span in SendOfferedHashes
This commit is contained in:
parent
ea260a178d
commit
7fd3b72246
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ func (p *Peer) SendOfferedHashes(s *server, f, t uint64) error {
|
|||
var sp opentracing.Span
|
||||
ctx, sp := spancontext.StartSpan(
|
||||
context.TODO(),
|
||||
"",
|
||||
"send.offered.hashes",
|
||||
)
|
||||
defer sp.Finish()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue