add client address

This commit is contained in:
Jennifer Wang 2021-12-13 03:35:56 -05:00
parent d7528557df
commit 8c4c2eeffc

View File

@ -161,7 +161,7 @@ var terminationsCmd = &cli.Command{
if err != nil || !find {
return err
}
fmt.Printf("%s, %d, %d, %s, %s\n", msg.To, sector.SectorNumber, deal, prop.PieceCID, prop.Label)
fmt.Printf("%s, %d, %d, %s, %s, %s\n", msg.To, sector.SectorNumber, deal, prop.Client, prop.PieceCID, prop.Label)
}
}
}