This commit is contained in:
Łukasz Magiera 2020-09-24 11:56:54 +02:00
parent 38e256cece
commit ded3a30f55

View File

@ -601,7 +601,7 @@ func linksForObj(blk block.Block, cb func(cid.Cid)) error {
}
func Copy(ctx context.Context, from, to blockstore.Blockstore, root cid.Cid) error {
ctx, span := trace.StartSpan(ctx, "vm.Copy")
ctx, span := trace.StartSpan(ctx, "vm.Copy") // nolint
defer span.End()
var numBlocks int